diff options
-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; |