diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-05 17:28:01 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-05 17:28:01 +0200 |
commit | 2163d556bf4f7ed6eeeecc4e56e01d3662f2c881 (patch) | |
tree | 592df4bb4523e76a4263a535a54f5f05ed8ae8ee /core/css/mobile.css | |
parent | 990405d6eef3abfbe1becbad58e1c4fcf68db233 (diff) | |
download | nextcloud-server-2163d556bf4f7ed6eeeecc4e56e01d3662f2c881.tar.gz nextcloud-server-2163d556bf4f7ed6eeeecc4e56e01d3662f2c881.zip |
prevent horizontal scrollbar
Diffstat (limited to 'core/css/mobile.css')
-rw-r--r-- | core/css/mobile.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/css/mobile.css b/core/css/mobile.css index a4a289ebff5..fc397ba0d1e 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; |