Merge branch 'release' into staging
| @@ -9,3 +9,11 @@ body.safari .popup .popup-body { | ||
| 9 | 9 | max-height: 90vh; |
| 10 | 10 | max-height: 90dvh; |
| 11 | 11 | } |
| 12 | + | |
| 13 | +body.safari #select_chat_div { | |
| 14 | + height: auto; | |
| 15 | +} | |
| 16 | + | |
| 17 | +body.safari #select_chat_popup { | |
| 18 | + height: max-content; | |
| 19 | +} | |