Merge pull request #10568 from nextcloud/apps-menu-fixes

Fix apps max-height
This commit is contained in:
John Molakvoæ 2018-08-08 09:22:21 +02:00 committed by GitHub
commit b198e17071
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ nav[role='navigation'] {
/* Apps management */
#apps {
max-height: calc(100vh - 100px);
max-height: inherit;
overflow: auto;
.in-header {
display: none;