From e59e10e0771a95ef7ee04e5095a6bc77ae525b4a Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 27 Jun 2022 19:00:38 +0300 Subject: [PATCH] put modals on top of navbar --- src/App.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/App.scss b/src/App.scss index 0b63e7bec9..ab025d63f6 100644 --- a/src/App.scss +++ b/src/App.scss @@ -6,10 +6,10 @@ --post-line-height: 1.4; // Z-Index stuff --ZI_media_modal: 90000; - --ZI_navbar_popovers: 85000; - --ZI_navbar: 80000; - --ZI_modals_popovers: 75000; - --ZI_modals: 70000; + --ZI_modals_popovers: 85000; + --ZI_modals: 80000; + --ZI_navbar_popovers: 75000; + --ZI_navbar: 70000; --ZI_popovers: 60000; }