mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
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