From 6033c38b199737bf1ba85e0d17c013ef8747a7b0 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sat, 21 Dec 2024 19:41:38 +0200 Subject: [PATCH] Safari: Fix chat history popup sizing --- public/css/popup-safari-fix.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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; +}