diff --git a/public/css/popup-safari-fix.css b/public/css/popup-safari-fix.css index e9dbdc7f9..a59fe4010 100644 --- a/public/css/popup-safari-fix.css +++ b/public/css/popup-safari-fix.css @@ -9,3 +9,11 @@ body.safari .popup .popup-body { max-height: 90vh; max-height: 90dvh; } + +body.safari #select_chat_div { + height: auto; +} + +body.safari #select_chat_popup { + height: max-content; +}