fix: make sure larger modals fit the minimum window size

pull/3083/head
William Grant 11 months ago
parent 5e285043b7
commit 57651289e5

@ -174,7 +174,7 @@ label {
z-index: 150;
min-width: 300px;
box-sizing: border-box;
max-height: 70vh;
max-height: 90vh;
max-width: calc(min(70vw, 800px));
font-family: var(--font-default);
background-color: var(--modal-background-content-color);

Loading…
Cancel
Save