0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 18:48:37 -05:00

🐛 Fix filter in layers z-index

This commit is contained in:
alonso.torres 2023-03-15 15:48:45 +01:00
parent bda2468a86
commit acdcf82c6c

View file

@ -433,6 +433,7 @@ span.element-name {
background-color: $color-white;
color: $color-gray-50;
border-radius: $br4;
z-index: 1;
span {
padding: 10px 20px 10px 10px;
border-radius: $br4;