0
Fork 0
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:
Eva 2023-07-03 13:06:31 +02:00 committed by Andrey Antukh
parent 48d9541d46
commit 7216a514e6
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -183,7 +183,7 @@
top: 50px;
width: 256px;
height: calc(100vh - 48px);
z-index: 10;
z-index: 9;
}
.empty-state {