Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
behnaz/MARK-898/birth-picker-top (#6539)
Browse files Browse the repository at this point in the history
* fix: add z-index

* fix: set z-index

* fix: 99 set for z-index
  • Loading branch information
behnaz-deriv authored Jan 29, 2024
1 parent 29a69e8 commit a26e5d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/signup-affiliates/utils/_birth-picker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const BirthPickerWrapper = styled.div<BirthPickerWrapperProps>`
}
.react-date-picker__calendar {
width: 320px;
z-index: 99;
}
.react-calendar__month-view__weekdays__weekday {
font-size: 15px;
Expand Down

1 comment on commit a26e5d7

@vercel
Copy link

@vercel vercel bot commented on a26e5d7 Jan 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-com – ./

deriv-com-git-master.binary.sx
deriv-com.binary.sx

Please sign in to comment.