Skip to content

Commit

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

* More zindex fixes for top controls.

* Another z-index fix to support reaptive

---------

Co-authored-by: Spicer Matthews <[email protected]>
  • Loading branch information
spicermatthews and Spicer Matthews authored Mar 2, 2024
1 parent 5961d6b commit 79256ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const useStyles = makeStyles((theme) => ({
alignContent: 'flex-start',
height: '100%',
position: 'relative',
zIndex: 100,
zIndex: 1e6, // must be higher than all content besides ads and modal
},
groupImpactContainer: {
zIndex: 1e6,
Expand Down

0 comments on commit 79256ab

Please sign in to comment.