mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-20 21:41:32 +01:00
Ignore Safari cope for large popups
This commit is contained in:
parent
be518d3668
commit
3d86d110e8
@ -1,5 +1,6 @@
|
||||
/* iPhone copium land */
|
||||
body.safari .popup .popup-body:has(.maximized_textarea) {
|
||||
body.safari .popup .popup-body:has(.maximized_textarea),
|
||||
body.safari .popup.large_dialogue_popup .popup-body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user