From 1b4362b0b7c66436055cd2b068a2d0fdb68836b5 Mon Sep 17 00:00:00 2001 From: Spicer Matthews Date: Tue, 21 Feb 2023 20:39:05 -0800 Subject: [PATCH] [TFAC-1215] Hide 3rd app when notifications are up. Made ads zindex below all other content. --- src/pages/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/index.js b/src/pages/index.js index 385dbffe..0b22147e 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -258,7 +258,6 @@ const useStyles = makeStyles((theme) => ({ }, adsContainer: { position: 'absolute', - zIndex: 1e5, // must be on top of all content overflow: 'visible', display: 'flex', alignItems: 'flex-end',