SillyTavern/public/css/popup-safari-fix.css

12 lines
262 B
CSS
Raw Normal View History

2024-06-28 20:27:48 +02:00
/* iPhone copium land */
2024-07-04 22:57:18 +02:00
body.safari .popup .popup-body:has(.maximized_textarea),
body.safari .popup.large_dialogue_popup .popup-body {
2024-07-03 21:28:42 +02:00
height: 100%;
}
body.safari .popup .popup-body {
height: fit-content;
max-height: 90vh;
max-height: 90svh;
2024-06-28 20:27:48 +02:00
}