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 {