mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🐛 Fix main toolbar z-index
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
padding: deprecated.$s-8 deprecated.$s-16;
|
padding: deprecated.$s-8 deprecated.$s-16;
|
||||||
border-radius: deprecated.$s-8;
|
border-radius: deprecated.$s-8;
|
||||||
border: deprecated.$s-2 solid var(--panel-border-color);
|
border: deprecated.$s-2 solid var(--panel-border-color);
|
||||||
z-index: deprecated.$z-index-3;
|
z-index: deprecated.$z-index-1;
|
||||||
background-color: var(--color-background-primary);
|
background-color: var(--color-background-primary);
|
||||||
transition:
|
transition:
|
||||||
top 0.3s,
|
top 0.3s,
|
||||||
|
|||||||
Reference in New Issue
Block a user