mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-02 04:16:52 +01:00
11 lines
209 B
CSS
11 lines
209 B
CSS
/* iPhone copium land */
|
|
body.safari .popup .popup-body:has(.maximized_textarea) {
|
|
height: 100%;
|
|
}
|
|
|
|
body.safari .popup .popup-body {
|
|
height: fit-content;
|
|
max-height: 90vh;
|
|
max-height: 90svh;
|
|
}
|