put modals on top of navbar

This commit is contained in:
Henry Jameson 2022-06-27 19:00:38 +03:00
parent 4dc4a91224
commit e59e10e077
1 changed files with 4 additions and 4 deletions

View File

@ -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;
}