Ignore Safari cope for large popups

This commit is contained in:
Cohee 2024-07-04 23:57:18 +03:00
parent be518d3668
commit 3d86d110e8
1 changed files with 2 additions and 1 deletions

View File

@ -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%;
}