mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-06 15:42:52 +01:00
Fix scrolling issues on mobile
This commit is contained in:
@@ -2,14 +2,19 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (max-width: 1200px) {
|
||||
|
||||
}
|
||||
|
||||
@media (max-width: 991px) {
|
||||
body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#panel {
|
||||
background-color: inherit;
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
body, #panel, .slideout-menu {
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
.header {
|
||||
height: 58px;
|
||||
|
||||
Reference in New Issue
Block a user