Fix apps max-height

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-08-07 10:27:39 +02:00
parent 35342b4b7d
commit 2b15b4cb74
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
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;