Skip to content

Commit

Permalink
Merge pull request #1153 from hackforla/date-range
Browse files Browse the repository at this point in the history
Added zindex to datepicker and footer
  • Loading branch information
EchoProject authored Nov 19, 2021
2 parents 9252b74 + 782caa5 commit 7cbb445
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const useStyles = makeStyles(theme => ({
height: theme.footer.height,
width: '100%',
backgroundColor: theme.palette.primary.dark,
zIndex: 1,
},
lastUpdated: {
color: theme.palette.text.dark,
Expand Down
1 change: 1 addition & 0 deletions client/components/common/DatePicker/DatePicker.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const useStyles = makeStyles(theme => ({
},
selectorPopUp: {
position: 'fixed',
zIndex: 1,
},
button: {
padding: 0,
Expand Down

0 comments on commit 7cbb445

Please sign in to comment.