调整浮动ColorPicker的z-index。
This commit is contained in:
parent
14851c8284
commit
9fa05824d2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user