From 5f8d9af5433314893e31fbcd768dcdfd60dc1c59 Mon Sep 17 00:00:00 2001 From: Dustin Brett Date: Wed, 25 Oct 2023 21:45:18 -0700 Subject: [PATCH] Dont need 1000 zindex. Maybe... --- components/apps/MonacoEditor/StyledStatusBar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/apps/MonacoEditor/StyledStatusBar.ts b/components/apps/MonacoEditor/StyledStatusBar.ts index a29b7974cf..39a6db32f5 100644 --- a/components/apps/MonacoEditor/StyledStatusBar.ts +++ b/components/apps/MonacoEditor/StyledStatusBar.ts @@ -11,7 +11,7 @@ const StyledStatusBar = styled.footer` place-content: space-between; position: fixed; width: 100%; - z-index: 1000; + z-index: 1; ol { display: flex;