From 5d02b5663b0642629c9cb77bb4cf5ad95564cc57 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Fri, 6 Jun 2014 09:44:16 +0200 Subject: prevent scrollbar when sidebar is open --- core/css/mobile.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'core') 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 { -- cgit v1.2.3