File size: 375 Bytes
519a20c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* 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;
}