瀏覽代碼

Merge pull request #3260 from qsomazzi/fix_sticky

Fix sticky z-index
Thomas 9 年之前
父節點
當前提交
9794043cd4
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Resources/public/css/layout.css

+ 2 - 2
Resources/public/css/layout.css

@@ -351,7 +351,7 @@ body.fixed .content-header .navbar.stuck {
     top:50px;
     width: 100%;
     margin-left: -15px;
-    z-index: 1;
+    z-index: 5;
     border-radius: 0;
 }
 
@@ -361,7 +361,7 @@ body.fixed .content-header .navbar.stuck {
     width: 100%;
     margin-left: -15px;
     margin-bottom: 0;
-    z-index: 1;
+    z-index: 5;
     border-radius: 0;
 }