mirror of
https://github.com/penpot/penpot.git
synced 2025-07-06 13:07:16 +02:00
🐛 Fix z-index of workspace context menu
This commit is contained in:
parent
fb58d7a4cc
commit
9940dabfff
23 changed files with 23 additions and 71 deletions
|
@ -10,7 +10,7 @@
|
|||
position: relative;
|
||||
visibility: hidden;
|
||||
opacity: $op-0;
|
||||
z-index: $z-index-3;
|
||||
z-index: $z-index-4;
|
||||
|
||||
&.is-open {
|
||||
position: relative;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue