2024-06-28 20:27:48 +02:00
|
|
|
/* iPhone copium land */
|
2024-07-04 22:57:18 +02:00
|
|
|
body.safari .popup .popup-body:has(.maximized_textarea),
|
|
|
|
body.safari .popup.large_dialogue_popup .popup-body {
|
2024-07-03 21:28:42 +02:00
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
body.safari .popup .popup-body {
|
2024-07-02 09:37:07 +02:00
|
|
|
height: fit-content;
|
|
|
|
max-height: 90vh;
|
2024-07-14 23:42:16 +02:00
|
|
|
max-height: 90dvh;
|
2024-06-28 20:27:48 +02:00
|
|
|
}
|