فهرست منبع

Fix z-index in section

soyjavi 13 سال پیش
والد
کامیت
57d61b70e2
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;