调整浮动ColorPicker的z-index。

This commit is contained in:
徐涛 2025-01-27 09:42:22 +08:00
parent 14851c8284
commit 9fa05824d2

View File

@ -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;