Merge branch 'release' into staging

2c0895bd7dee83c78852199176cf0616ba934107

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

1 files changed, +8 -0Ignore whitespace
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}