summaryrefslogtreecommitdiffstats
path: root/core/css/apps.css
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-08-06 11:45:12 +0200
committerArthur Schiwon <blizzz@owncloud.com>2015-08-07 01:22:45 +0200
commitae27f90efe554d3a8a069165fe14cfd50445855d (patch)
treefd7bbf21516952f88da367f6c86b9d1ede3b53f9 /core/css/apps.css
parenteb323fe8dee06a3685793f7e08748f303add7766 (diff)
downloadnextcloud-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.css6
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 {