From 9b96544a352e447e1092310a606624f72734cf11 Mon Sep 17 00:00:00 2001 From: spicermatthews <120526656+spicermatthews@users.noreply.github.com> Date: Fri, 1 Mar 2024 20:51:04 -0800 Subject: [PATCH] Made center z-index alot (#561) Co-authored-by: Spicer Matthews --- src/pages/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/index.js b/src/pages/index.js index 23d732a2..39aee65e 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -244,6 +244,7 @@ const useStyles = makeStyles((theme) => ({ justifyContent: 'center', minWidth: 500, maxWidth: 800, + zIndex: 1e4, // must be higher than all content besides ads and modal }, searchBar: { position: 'relative',