migrate
This commit is contained in:
19
public/css/popup-safari-fix.css
Normal file
19
public/css/popup-safari-fix.css
Normal file
@@ -0,0 +1,19 @@
|
||||
/* iPhone copium land */
|
||||
body.safari .popup .popup-body:has(.maximized_textarea),
|
||||
body.safari .popup.large_dialogue_popup .popup-body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body.safari .popup .popup-body {
|
||||
height: fit-content;
|
||||
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