Ignore Safari cope for large popups

3d86d110e8cc1d9c06f9f668e163622d670b762a

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -1Showing whitespace changes
public/css/popup-safari-fix.css+2 -1
@@ -1,5 +1,6 @@
11/* iPhone copium land */
22body.safari .popup .popup-body:has(.maximized_textarea) {,
3+body.safari .popup.large_dialogue_popup .popup-body {
34 height: 100%;
45}
56