Set min-height for custom CSS input
| @@ -4758,6 +4758,8 @@ body:not(.sd) .mes_img_swipes { | ||
| 4758 | 4758 | |
| 4759 | 4759 | #customCSS { |
| 4760 | 4760 | flex: 1 1 auto; |
| 4761 | + min-height: 20vh; | |
| 4762 | + min-height: 20dvh; | |
| 4761 | 4763 | } |
| 4762 | 4764 | |
| 4763 | 4765 | #ui_language_select { |