diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-17 10:52:58 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-17 10:52:58 +0100 |
commit | 85f02c8d2bd938bd93c9eadbc2f04933c9f929f6 (patch) | |
tree | f18359a6e49e63d3915cd9ecd18cab01a1d0d9d7 | |
parent | fe29feae9a1ee759e09091941e3bcf96f72e3f21 (diff) | |
parent | 296b1b94929cbed172cf4948d44834ff97263738 (diff) | |
download | nextcloud-server-85f02c8d2bd938bd93c9eadbc2f04933c9f929f6.tar.gz nextcloud-server-85f02c8d2bd938bd93c9eadbc2f04933c9f929f6.zip |
Merge pull request #22299 from owncloud/erikpel-css-fix
App navigation scrolling (Possible fix for #22158)
-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 -----------------------------------------------------------------*/ |