diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/css/mobile.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/core/css/mobile.css b/core/css/mobile.css index 1e048cd766b..4f149796a7e 100644 --- a/core/css/mobile.css +++ b/core/css/mobile.css @@ -61,7 +61,12 @@ } -/* app sidebar toggle and swipe */ +/* APP SIDEBAR TOGGLE and SWIPE ----------------------------------------------*/ + +/* prevent scrollbar when sidebar is open */ +.snapjs-left #content-wrapper { + overflow-x: hidden; +} #app-navigation, #app-content { |