mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 11:28:22 +02:00
🐛 Fix context menu z-index
This commit is contained in:
parent
48d9541d46
commit
7216a514e6
2 changed files with 2 additions and 1 deletions
|
@ -183,7 +183,7 @@
|
|||
top: 50px;
|
||||
width: 256px;
|
||||
height: calc(100vh - 48px);
|
||||
z-index: 10;
|
||||
z-index: 9;
|
||||
}
|
||||
|
||||
.empty-state {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue