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/apps.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/apps.css')
-rw-r--r-- | core/css/apps.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/css/apps.css b/core/css/apps.css index 091bb2c22fc..5769120c5ed 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -430,7 +430,7 @@ right: 0; left: auto; bottom: 0; - width: 300px; + width: 27%; display: block; background: #eee; -webkit-transition: margin-right 300ms; @@ -443,8 +443,8 @@ z-index: 500; } -#app-sidebar ~ .with-app-sidebar { - width: 73%; +#app-content.with-app-sidebar { + margin-right: 27%; } #app-sidebar.disappear { |