From 52fecc27ce00a06d8e6698a3f8785083756b802b Mon Sep 17 00:00:00 2001 From: Ammar Ahmed <40239442+ammarahm-ed@users.noreply.github.com> Date: Wed, 19 Jul 2023 13:10:20 +0500 Subject: [PATCH] editor: fix color picker height with bottom toolbar on desktop (#2976) --- packages/editor/src/toolbar/popups/color-picker.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/editor/src/toolbar/popups/color-picker.tsx b/packages/editor/src/toolbar/popups/color-picker.tsx index fef515448..3b8a6cb7c 100644 --- a/packages/editor/src/toolbar/popups/color-picker.tsx +++ b/packages/editor/src/toolbar/popups/color-picker.tsx @@ -178,7 +178,6 @@ export function ColorPicker(props: ColorPickerProps) { p: 1, overflowX: ["auto", "hidden"], flexWrap: ["nowrap", "wrap"], - maxHeight: ["auto", 100], overflowY: ["hidden", "auto"] }} >