From 4bc1943439d1d74c86e14ee6fa2942cd5ea93adf Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:06:24 +0300 Subject: [PATCH] Set min-height for custom CSS input --- public/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/style.css b/public/style.css index 30a04a51f..752b32dbb 100644 --- a/public/style.css +++ b/public/style.css @@ -4758,6 +4758,8 @@ body:not(.sd) .mes_img_swipes { #customCSS { flex: 1 1 auto; + min-height: 20vh; + min-height: 20dvh; } #ui_language_select {