Safari: Fix chat history popup sizing

6033c38b199737bf1ba85e0d17c013ef8747a7b0

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

1 files changed, +8 -0Showing whitespace changes
public/css/popup-safari-fix.css+8 -0
@@ -9,3 +9,11 @@ body.safari .popup .popup-body {
9 max-height: 90vh;9 max-height: 90vh;
10 max-height: 90dvh;10 max-height: 90dvh;
11}11}
12
13body.safari #select_chat_div {
14 height: auto;
15}
16
17body.safari #select_chat_popup {
18 height: max-content;
19}