From b741169493035f0ce815c2f8df7dc282387a0ffa Mon Sep 17 00:00:00 2001 From: Spicer Matthews Date: Fri, 1 Mar 2024 20:50:44 -0800 Subject: [PATCH] Made center z-index alot --- 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',