瀏覽代碼

Fix z-index in section

soyjavi 13 年之前
父節點
當前提交
6e97121de1
共有 2 個文件被更改,包括 2 次插入5 次删除
  1. 1 3
      src/stylesheets/Lungo.layout.less
  2. 1 2
      src/stylesheets/css/Lungo.layout.css

+ 1 - 3
src/stylesheets/Lungo.layout.less

@@ -69,9 +69,7 @@ header, footer  {
     left: 0;
     width: 100%;
     display: block;
-    z-index: 1;
-
-    overflow: hidden;
+    z-index: 2;
 }
 
 header {

+ 1 - 2
src/stylesheets/css/Lungo.layout.css

@@ -127,8 +127,7 @@ footer {
   left: 0;
   width: 100%;
   display: block;
-  z-index: 1;
-  overflow: hidden;
+  z-index: 2;
 }
 header {
   top: 0;