summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-08-07 10:27:39 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-08-07 10:27:39 +0200
commit2b15b4cb74f429a20c834ece902cce69e3fa33f4 (patch)
treeab4633df8fec351c92b0ecde3446b0080737412a /core
parent35342b4b7d0cb71ac9bccd4d923657184703f314 (diff)
downloadnextcloud-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.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;