-
-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added zindex to datepicker and footer #1153
Conversation
@@ -15,6 +15,7 @@ const Styles = ({ range }) => { | |||
background: ${theme.palette.primary.dark}; | |||
border-radius: 5px; | |||
min-width: 268px; | |||
z-index: 5000; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After adding zIndex: 1
to DatePicker.jsx selectorPopUp, is z-index still needed here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
I would also recommend using a value that is more consistent with the others, as opposed to an arbitrary large number like 5000
as it will make it easier to manage all the other z-indexes in the future.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just updated Styles.jsx.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed and left one small question.
@roz0n It looks like Shannon has made an update. Can you provide a PR on this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good.
Fixes #1140
dev
branchAny questions? See the getting started guide