Fix z-index issue with navbar menus on iPads / media query = 768px

This commit is contained in:
Alasdair Campbell
2014-10-21 21:32:09 +01:00
parent 0829425aa4
commit eecda0d839
2 changed files with 2 additions and 2 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -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;