diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-03-25 09:16:49 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-03-25 09:16:49 +0100 |
commit | e188f0e4368ad1b34ecc35fcafa277f0e3946c01 (patch) | |
tree | 6417a14f8455dfca9944676e2672fd72ee0ab601 /core | |
parent | 9c151d21362e8b91716a03219fc781d7b3c4cc53 (diff) | |
parent | fcac7d8c1315ac7ab686233e2296329c865e1312 (diff) | |
download | nextcloud-server-e188f0e4368ad1b34ecc35fcafa277f0e3946c01.tar.gz nextcloud-server-e188f0e4368ad1b34ecc35fcafa277f0e3946c01.zip |
Merge pull request #14970 from owncloud/sidebar-enhancements
sidebar fixes
Diffstat (limited to 'core')
-rw-r--r-- | core/css/apps.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/css/apps.css b/core/css/apps.css index 20822f8b398..c2816decc5d 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -32,7 +32,9 @@ #app-navigation > ul { position: relative; height: 100%; + width: inherit; overflow: auto; + padding-bottom: 44px; -moz-box-sizing: border-box; box-sizing: border-box; } #app-navigation li { |