mirror of
https://github.com/penpot/penpot.git
synced 2025-02-11 01:28:30 -05:00
🐛 Fix context menu z-index
This commit is contained in:
parent
48d9541d46
commit
7216a514e6
2 changed files with 2 additions and 1 deletions
|
@ -37,6 +37,7 @@
|
|||
- Fix export from shared prototype [Taiga #5565](https://tree.taiga.io/project/penpot/issue/5565)
|
||||
- Fix email change: validation error displaying even after both fields are identical [Taiga #5514](https://tree.taiga.io/project/penpot/issue/5514)
|
||||
- Fix scroll on viewer comment list [Taiga #5563](https://tree.taiga.io/project/penpot/issue/5563)
|
||||
- Fix context menu z-index [Taiga #5561](https://tree.taiga.io/project/penpot/issue/5561)
|
||||
|
||||
### :arrow_up: Deps updates
|
||||
|
||||
|
|
|
@ -183,7 +183,7 @@
|
|||
top: 50px;
|
||||
width: 256px;
|
||||
height: calc(100vh - 48px);
|
||||
z-index: 10;
|
||||
z-index: 9;
|
||||
}
|
||||
|
||||
.empty-state {
|
||||
|
|
Loading…
Add table
Reference in a new issue