diff --git a/src/components/FloatColorPicker.module.css b/src/components/FloatColorPicker.module.css index 0a2ce9b..49361df 100644 --- a/src/components/FloatColorPicker.module.css +++ b/src/components/FloatColorPicker.module.css @@ -8,6 +8,7 @@ flex-direction: row; align-items: center; gap: var(--spacing-xs); + z-index: 25; .preview_block { height: 100%; aspect-ratio: 16 / 9; @@ -32,6 +33,7 @@ flex-direction: column; align-items: stretch; gap: var(--spacing-s); + z-index: 260; .btns { display: flex; flex-direction: row-reverse;