mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-11 17:07:07 +01:00
12 lines
262 B
CSS
12 lines
262 B
CSS
/* iPhone copium land */
|
|
body.safari .popup .popup-body:has(.maximized_textarea),
|
|
body.safari .popup.large_dialogue_popup .popup-body {
|
|
height: 100%;
|
|
}
|
|
|
|
body.safari .popup .popup-body {
|
|
height: fit-content;
|
|
max-height: 90vh;
|
|
max-height: 90dvh;
|
|
}
|