Safari: Fix chat history popup sizing
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user