소스 검색

fix sticky z-index

Quentin Somazzi 10 년 전
부모
커밋
f21ffd4f82
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;
 }