diff --git a/frontend/src/metabase/css/components/modal.css b/frontend/src/metabase/css/components/modal.css
index ba111df10102426b27652f3c19f14f690d0e4c79..1cc813e3dfbe8d8763cb6274f176acd245d917a7 100644
--- a/frontend/src/metabase/css/components/modal.css
+++ b/frontend/src/metabase/css/components/modal.css
@@ -1,5 +1,5 @@
 .ModalContainer {
-    z-index: 3;
+    z-index: 4;
 }
 
 .Modal {
diff --git a/frontend/src/metabase/css/home.css b/frontend/src/metabase/css/home.css
index 4e301f009750f23d0f3afde5ba30955f0bb5028a..f16e6f9dbfcd5d4f0df8b75450ed60b232c2a21b 100644
--- a/frontend/src/metabase/css/home.css
+++ b/frontend/src/metabase/css/home.css
@@ -1,5 +1,5 @@
 .Nav {
-    z-index: 3;
+    z-index: 4;
 }
 
 .CheckBg {