mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-06 04:38:21 +01:00
Explicitly set min and max dimensions for popup dialog
This commit is contained in:
parent
8136293593
commit
89e5562494
@ -14,6 +14,10 @@ dialog {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
|
max-height: calc(100svh - 2em);
|
||||||
|
max-width: calc(100svw - 2em);
|
||||||
|
min-height: fit-content;
|
||||||
|
|
||||||
/* Overflow visible so elements (like toasts) can appear outside of the dialog. '.popup-body' is hiding overflow for the real content. */
|
/* Overflow visible so elements (like toasts) can appear outside of the dialog. '.popup-body' is hiding overflow for the real content. */
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user