diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-10-05 17:34:28 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2015-10-05 17:34:28 +0200 |
commit | bc727d67cacc3737c50f039ff376b725c8af1bf4 (patch) | |
tree | bcdd38eab543f8898d415e141eac00c08ec149e3 /core/css | |
parent | cab0be6eedef14c419a2c94dce0461418e5f9cf8 (diff) | |
download | nextcloud-server-bc727d67cacc3737c50f039ff376b725c8af1bf4.tar.gz nextcloud-server-bc727d67cacc3737c50f039ff376b725c8af1bf4.zip |
Make sidebar properly fullscreen in mobile/compact mode
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/mobile.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/mobile.css b/core/css/mobile.css index e8ed33933b7..26f7b8520b9 100644 --- a/core/css/mobile.css +++ b/core/css/mobile.css @@ -83,7 +83,7 @@ } #app-sidebar{ - width: 100%; + width: 100% !important; } /* allow horizontal scrollbar in settings |