mirror of
https://github.com/penpot/penpot.git
synced 2025-02-18 21:06:11 -05:00
🐛 Fix filter in layers z-index
This commit is contained in:
parent
bda2468a86
commit
acdcf82c6c
1 changed files with 1 additions and 0 deletions
|
@ -433,6 +433,7 @@ span.element-name {
|
||||||
background-color: $color-white;
|
background-color: $color-white;
|
||||||
color: $color-gray-50;
|
color: $color-gray-50;
|
||||||
border-radius: $br4;
|
border-radius: $br4;
|
||||||
|
z-index: 1;
|
||||||
span {
|
span {
|
||||||
padding: 10px 20px 10px 10px;
|
padding: 10px 20px 10px 10px;
|
||||||
border-radius: $br4;
|
border-radius: $br4;
|
||||||
|
|
Loading…
Add table
Reference in a new issue