Fix issue with sticky header on mobile
@@ -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;
+ }