Skip to content

Commit f0114ae

Browse files
committed
Fix color picker style bug
1 parent fdda7f2 commit f0114ae

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/rich-poets-melt.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@compai/css-gui': patch
3+
---
4+
5+
Fix color picker style bug

packages/gui/src/components/primitives/ColorPicker/Popover.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export default function ColorPopover({
5454
border: '1px solid',
5555
borderColor: 'border',
5656
borderRadius: '0.5rem',
57+
zIndex: 9999,
5758
}}
5859
>
5960
<ColorField value={value} onChange={onChange} {...props} />

0 commit comments

Comments
 (0)