fix(BOOK-699): Height of dialog now fits content with max-height
Approved-by: Bianca Widstam Approved-by: Matilda Landström
This commit is contained in:
@@ -125,7 +125,8 @@
|
||||
.modal {
|
||||
left: 50%;
|
||||
bottom: 50%;
|
||||
height: min(80dvh, 680px);
|
||||
height: max-content;
|
||||
max-height: 80dvh;
|
||||
width: min(80dvw, 960px);
|
||||
translate: -50% 50%;
|
||||
overflow-y: auto;
|
||||
|
||||
Reference in New Issue
Block a user