Skip to content

Commit

Permalink
Spicer/z index change (#562)
Browse files Browse the repository at this point in the history
* Made center z-index alot

* More zindex fixes for top controls.

---------

Co-authored-by: Spicer Matthews <[email protected]>
  • Loading branch information
spicermatthews and Spicer Matthews authored Mar 2, 2024
1 parent 9b96544 commit 5961d6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ const useStyles = makeStyles((theme) => ({
display: 'flex',
flexDirection: 'column',
alignItems: 'flex-end',
zIndex: 1e6, // must be higher than all content besides ads and modal
},
userMenuContainer: {
alignSelf: 'flex-end',
Expand Down

0 comments on commit 5961d6b

Please sign in to comment.