diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-08-07 10:27:39 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-08-07 10:27:39 +0200 |
commit | 2b15b4cb74f429a20c834ece902cce69e3fa33f4 (patch) | |
tree | ab4633df8fec351c92b0ecde3446b0080737412a /core | |
parent | 35342b4b7d0cb71ac9bccd4d923657184703f314 (diff) | |
download | nextcloud-server-2b15b4cb74f429a20c834ece902cce69e3fa33f4.tar.gz nextcloud-server-2b15b4cb74f429a20c834ece902cce69e3fa33f4.zip |
Fix apps max-height
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/header.scss | 2 |
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; |