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