diff options
-rw-r--r-- | core/css/header.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/core/css/header.css b/core/css/header.css index 4a5db088f96..5a5acb269ab 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -255,7 +255,10 @@ opacity: .1; } - +#apps { + max-height: calc(100vh - 100px); + overflow:auto; +} /* USER MENU -----------------------------------------------------------------*/ |