Skip to content
Snippets Groups Projects
Commit 296b1b94 authored by Erik Pellikka's avatar Erik Pellikka
Browse files

Fixes #22158

changed 620px to calc(100vh - 100px);
parent 3184115c
No related branches found
No related tags found
No related merge requests found
......@@ -255,7 +255,10 @@
opacity: .1;
}
#apps {
max-height: calc(100vh - 100px);
overflow:auto;
}
/* USER MENU -----------------------------------------------------------------*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment