From f0d1090cd4896d4a32c5a1beca1903369e836475 Mon Sep 17 00:00:00 2001 From: Vincent Balat Date: Fri, 22 Mar 2024 18:30:34 +0100 Subject: [PATCH] Fix color picker css --- css/ot_color_picker.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/ot_color_picker.css b/css/ot_color_picker.css index 3571be27..794bcfb0 100644 --- a/css/ot_color_picker.css +++ b/css/ot_color_picker.css @@ -39,5 +39,5 @@ .ot-color-picker { display: flex; flex-direction: column; - height: 100%; + height: 200px; }