Decreased bottom space of the modal
Signed-off-by: WolverinDEV <git@teaspeak.de>
This commit is contained in:
parent
c94f64f6e4
commit
473bf925b7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue