From 2163d556bf4f7ed6eeeecc4e56e01d3662f2c881 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 5 Jun 2014 17:28:01 +0200 Subject: [PATCH] prevent horizontal scrollbar --- core/css/mobile.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/css/mobile.css b/core/css/mobile.css index a4a289ebff..fc397ba0d1 100644 --- a/core/css/mobile.css +++ b/core/css/mobile.css @@ -62,6 +62,10 @@ /* app sidebar toggle and swipe */ +#content-wrapper { + overflow: hidden; +} + #app-navigation, #app-content { position: absolute;