Decreased bottom space of the modal

Signed-off-by: WolverinDEV <git@teaspeak.de>
canary
WolverinDEV 2019-12-20 21:15:36 +01:00
parent c94f64f6e4
commit 473bf925b7
No known key found for this signature in database
GPG Key ID: 77A6C15085150EEB
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@
max-width: 100%;
min-width: 20em; /* may adjust if needed */
max-height: calc(100vh - 10em);
max-height: calc(100vh - 7em);
min-height: 5em;
overflow-y: auto;