Skip to content

Commit

Permalink
Spicer/ad placement (#564)
Browse files Browse the repository at this point in the history
* Deleted old ad code for Raptive, and added ad placement divs for Raptive

* Made search bar on top with z-index.

---------

Co-authored-by: Spicer Matthews <[email protected]>
  • Loading branch information
spicermatthews and Spicer Matthews authored Mar 2, 2024
1 parent 79256ab commit fa2f67c
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 @@ -245,7 +245,7 @@ const useStyles = makeStyles((theme) => ({
justifyContent: 'center',
minWidth: 500,
maxWidth: 800,
zIndex: 1e4, // must be higher than all content besides ads and modal
zIndex: 1e6, // must be higher than all content besides ads and modal Made even better so search is always on top.
},
searchBar: {
position: 'relative',
Expand Down

0 comments on commit fa2f67c

Please sign in to comment.