From 9ae9cf3161c17fb2dde6821a4cf9bf92659e14c5 Mon Sep 17 00:00:00 2001 From: atanasster Date: Sat, 25 Apr 2020 14:41:50 -0400 Subject: [PATCH] fix: color button position relative --- ui/editors/src/ColorEditor/ColorEditor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/editors/src/ColorEditor/ColorEditor.tsx b/ui/editors/src/ColorEditor/ColorEditor.tsx index ca5b31576..9ceb1e542 100644 --- a/ui/editors/src/ColorEditor/ColorEditor.tsx +++ b/ui/editors/src/ColorEditor/ColorEditor.tsx @@ -34,12 +34,12 @@ export const ColorEditor: PropertyEditor = ({ name={name} onClick={() => setDisplayColorPicker(!displayColorPicker)} css={{ - zIndex: 'unset', paddingLeft: '10px', minHeight: '36px', display: 'flex', flexDirection: 'row', alignItems: 'center', + position: 'relative', }} >