Skip to content

Commit

Permalink
Merge pull request #1794 from hackforla/1783-header-active-while-moda…
Browse files Browse the repository at this point in the history
…l-active

1783, display header and footer while modal is active
  • Loading branch information
traycn authored Aug 20, 2024
2 parents 0d08087 + 575216d commit 1198000
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/Footer/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const useStyles = makeStyles(theme => ({
height: theme.footer.height,
width: '100%',
backgroundColor: theme.palette.primary.dark,
zIndex: 1,
zIndex: 1400,
},
footerSpacing: {
height: theme.footer.height,
Expand Down
2 changes: 2 additions & 0 deletions components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ const useStyles = makeStyles(theme => ({
appBar: {
height: theme.header.height,
backgroundColor: theme.palette.primary.main,
position: 'relative',
zIndex: 1400,
},
link: {
color: 'white',
Expand Down

0 comments on commit 1198000

Please sign in to comment.