diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-08-06 11:45:12 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2015-08-07 01:22:45 +0200 |
commit | ae27f90efe554d3a8a069165fe14cfd50445855d (patch) | |
tree | fd7bbf21516952f88da367f6c86b9d1ede3b53f9 /core/css/mobile.css | |
parent | eb323fe8dee06a3685793f7e08748f303add7766 (diff) | |
download | nextcloud-server-ae27f90efe554d3a8a069165fe14cfd50445855d.tar.gz nextcloud-server-ae27f90efe554d3a8a069165fe14cfd50445855d.zip |
Fix app-content scrollbar when app-sidebar is open
Diffstat (limited to 'core/css/mobile.css')
-rw-r--r-- | core/css/mobile.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/core/css/mobile.css b/core/css/mobile.css index e38d9756d95..2256d821d73 100644 --- a/core/css/mobile.css +++ b/core/css/mobile.css @@ -103,11 +103,7 @@ z-index: 1000; } -#app-sidebar { - width: 250px; -} - -#app-sidebar ~ .with-app-sidebar { +#app-sidebar{ width: 100%; } |