Explorar o código

Merge pull request #3226 from qsomazzi/sticky_mobile

Fix issue with sticky header on mobile
Thomas %!s(int64=9) %!d(string=hai) anos
pai
achega
7d80ecd287
Modificáronse 1 ficheiros con 7 adicións e 1 borrados
  1. 7 1
      Resources/public/css/layout.css

+ 7 - 1
Resources/public/css/layout.css

@@ -363,4 +363,10 @@ body.fixed .content-header .navbar.stuck {
     margin-bottom: 0;
     z-index: 1;
     border-radius: 0;
-}
+}
+
+@media(max-width:768px) {
+    body.fixed .content-header .navbar.stuck {
+        top:100px;
+    }
+}