From 9fa05824d2eb2b31a932d2eba04cb71ddd1dfeb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Mon, 27 Jan 2025 09:42:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=B5=AE=E5=8A=A8ColorPicker?= =?UTF-8?q?=E7=9A=84z-index=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FloatColorPicker.module.css | 2 ++ 1 file changed, 2 insertions(+) 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;