summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2018-08-08 09:22:21 +0200
committerGitHub <noreply@github.com>2018-08-08 09:22:21 +0200
commitb198e170712a91dd5b7a460be542f5aa0cbcb2ff (patch)
tree03f07eb0bf2d1d1d6fc6a1a2913bcc171f907e20 /core/css
parent75de67a98fa45f7f1a0c72cadbf0bd2b30e2dcf9 (diff)
parent2b15b4cb74f429a20c834ece902cce69e3fa33f4 (diff)
downloadnextcloud-server-b198e170712a91dd5b7a460be542f5aa0cbcb2ff.tar.gz
nextcloud-server-b198e170712a91dd5b7a460be542f5aa0cbcb2ff.zip
Merge pull request #10568 from nextcloud/apps-menu-fixes
Fix apps max-height
Diffstat (limited to 'core/css')
-rw-r--r--core/css/header.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/header.scss b/core/css/header.scss
index 1e962461da1..28aae342c6a 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -322,7 +322,7 @@ nav[role='navigation'] {
/* Apps management */
#apps {
- max-height: calc(100vh - 100px);
+ max-height: inherit;
overflow: auto;
.in-header {
display: none;