editor: fix color picker height with bottom toolbar on desktop (#2976)

This commit is contained in:
Ammar Ahmed
2023-07-19 13:10:20 +05:00
committed by GitHub
parent 056b24e936
commit 52fecc27ce

View File

@@ -178,7 +178,6 @@ export function ColorPicker(props: ColorPickerProps) {
p: 1,
overflowX: ["auto", "hidden"],
flexWrap: ["nowrap", "wrap"],
maxHeight: ["auto", 100],
overflowY: ["hidden", "auto"]
}}
>