Skip to content
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

Merged
merged 2 commits into from
Nov 19, 2021
Merged

Added zindex to datepicker and footer #1153

merged 2 commits into from
Nov 19, 2021

Conversation

funbunch
Copy link
Member

@funbunch funbunch commented Nov 11, 2021

Fixes #1140

  • Up to date with dev branch
  • Branch name follows guidelines
  • All PR Status checks are successful
  • Peer reviewed and approved

Any questions? See the getting started guide

Screen Shot 2021-11-10 at 4 42 27 PM

@@ -15,6 +15,7 @@ const Styles = ({ range }) => {
background: ${theme.palette.primary.dark};
border-radius: 5px;
min-width: 268px;
z-index: 5000;
Copy link
Member

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?

Copy link

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.

Copy link
Member Author

Choose a reason for hiding this comment

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

Just updated Styles.jsx.

Copy link
Member

@adamkendis adamkendis left a 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.

@EchoProject
Copy link
Contributor

@roz0n It looks like Shannon has made an update. Can you provide a PR on this?

Copy link

@roz0n roz0n left a comment

Choose a reason for hiding this comment

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

This looks good.

@EchoProject EchoProject merged commit 7cbb445 into dev Nov 19, 2021
@EchoProject EchoProject deleted the date-range branch November 19, 2021 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Date Range Navigation Design Change
4 participants