Quick fix for menu in Webkit based browsers in mobile mode
This commit is contained in:
parent
298770d366
commit
927faecc28
|
|
@ -147,7 +147,10 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
input[type=checkbox]:checked ~ .navbar-container nav ul {
|
||||
input[type=checkbox]:checked ~ .navbar-container nav {
|
||||
height: 255px; //TODO: make dynamic in Webkit
|
||||
|
||||
ul {
|
||||
@include menu-list(column);
|
||||
|
||||
li {
|
||||
|
|
@ -165,6 +168,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.navbar-container {
|
||||
margin-top: auto;
|
||||
|
|
|
|||
Loading…
Reference in New Issue