Ignore Safari cope for large popups

3d86d110e8cc1d9c06f9f668e163622d670b762a

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

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