changed 620px to calc(100vh - 100px);
This commit is contained in:
Erik Pellikka 2016-02-10 22:20:05 +02:00
parent 3184115c3c
commit 296b1b9492
1 changed files with 4 additions and 1 deletions

View File

@ -255,7 +255,10 @@
opacity: .1;
}
#apps {
max-height: calc(100vh - 100px);
overflow:auto;
}
/* USER MENU -----------------------------------------------------------------*/