mirror of
https://github.com/penpot/penpot.git
synced 2025-02-14 19:19:09 -05:00
fix color palette z-index
This commit is contained in:
parent
a0eea5dfe6
commit
a637e33fce
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 10;
|
z-index: 11;
|
||||||
.right-arrow,
|
.right-arrow,
|
||||||
.left-arrow {
|
.left-arrow {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
Loading…
Add table
Reference in a new issue