Safari: Fix chat history popup sizing

This commit is contained in:
Cohee
2024-12-21 19:41:38 +02:00
parent dbc78c1c42
commit 6033c38b19

View File

@@ -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;
}