diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-03-17 18:44:18 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-03-18 13:31:16 +0100 |
commit | e5fd6816df55b8085bfef8891e16083dd4111bc1 (patch) | |
tree | 4fe06cfa2366b594a7c98c2783f647c68591a848 /core | |
parent | ccc9db6c540c8f4e443ffbd2e618b90eb5addf50 (diff) | |
download | nextcloud-server-e5fd6816df55b8085bfef8891e16083dd4111bc1.tar.gz nextcloud-server-e5fd6816df55b8085bfef8891e16083dd4111bc1.zip |
fix position of 'Deleted files' sidebar entry, fix #10815
Diffstat (limited to 'core')
-rw-r--r-- | core/css/apps.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/apps.css b/core/css/apps.css index c5292a1e6c6..c36c833bfdd 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -32,6 +32,7 @@ #app-navigation > ul { position: relative; height: 100%; + width: inherit; overflow: auto; padding-bottom: 44px; -moz-box-sizing: border-box; box-sizing: border-box; |