Explorar o código

Fix z-index in section

soyjavi %!s(int64=13) %!d(string=hai) anos
pai
achega
6e97121de1
Modificáronse 2 ficheiros con 2 adicións e 5 borrados
  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;