Fix z-index issue with navbar menus on iPads / media query = 768px
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -248,7 +248,7 @@ ul.dropdown-menu > li.checkbox {
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
.navbar-fixed-top {
|
||||
position: static;
|
||||
position: fixed;
|
||||
}
|
||||
body {
|
||||
padding-top: 0;
|
||||
|
||||
Reference in New Issue
Block a user