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 {
99 max-height: 90vh;
1010 max-height: 90dvh;
1111}
12+
13+body.safari #select_chat_div {
14+ height: auto;
15+}
16+
17+body.safari #select_chat_popup {
18+ height: max-content;
19+}