diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-05 17:47:14 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-05 17:47:14 +0200 |
commit | 9748597215813e4f501f6d16128af6104af79712 (patch) | |
tree | 89dcc6f8cb348f3dece36bd309d6dec4aeaa5d10 /core | |
parent | 2163d556bf4f7ed6eeeecc4e56e01d3662f2c881 (diff) | |
download | nextcloud-server-9748597215813e4f501f6d16128af6104af79712.tar.gz nextcloud-server-9748597215813e4f501f6d16128af6104af79712.zip |
remove prevention of scrollbar, breaks some pages
Diffstat (limited to 'core')
-rw-r--r-- | core/css/mobile.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/css/mobile.css b/core/css/mobile.css index fc397ba0d1e..e7e646ed88f 100644 --- a/core/css/mobile.css +++ b/core/css/mobile.css @@ -62,9 +62,6 @@ /* app sidebar toggle and swipe */ -#content-wrapper { - overflow: hidden; -} #app-navigation, #app-content { |