Fix apps max-height
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
35342b4b7d
commit
2b15b4cb74
|
@ -322,7 +322,7 @@ nav[role='navigation'] {
|
|||
|
||||
/* Apps management */
|
||||
#apps {
|
||||
max-height: calc(100vh - 100px);
|
||||
max-height: inherit;
|
||||
overflow: auto;
|
||||
.in-header {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in New Issue