Fix scrolling issues on mobile

v1.18.x
pichalite 8 years ago
parent 667582744e
commit cc160d77e7

@ -2,14 +2,19 @@
display: none; display: none;
} }
@media (max-width: 1200px) {
}
@media (max-width: 991px) { @media (max-width: 991px) {
body { body {
height: 100%; height: 100%;
} }
#panel {
background-color: inherit;
min-height: 100%;
}
body, #panel, .slideout-menu {
-webkit-overflow-scrolling: touch;
}
.header { .header {
height: 58px; height: 58px;

Loading…
Cancel
Save