Просмотр исходного кода

Merge pull request #28086 from overleaf/ac-incread-mobile-nav-z-index

[web] Increase the z-index of the navbar on small screens

GitOrigin-RevId: 528260507937d0a1691eb41ebc69cb4926ac89c4
Eric Mc Sween 11 месяцев назад
Родитель
Сommit
91c15cb94c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      services/web/frontend/stylesheets/components/navbar.scss

+ 1 - 1
services/web/frontend/stylesheets/components/navbar.scss

@@ -147,7 +147,7 @@
 
     background-color: var(--navbar-bg);
     margin: 0 calc(-1 * var(--navbar-padding-h));
-    z-index: 1;
+    z-index: 10;
 
     .navbar-nav {
       > li {