mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🐛 Fix main menu covered by toolbar
This commit is contained in:
committed by
Andrey Antukh
parent
eb1eeb4750
commit
4aa89cf47f
@@ -19,6 +19,7 @@
|
||||
- Fix problem when drag+duplicate a full grid [Taiga #12565](https://tree.taiga.io/project/penpot/issue/12565)
|
||||
- Fix problem when pasting elements in reverse flex layout [Taiga #12460](https://tree.taiga.io/project/penpot/issue/12460)
|
||||
- Fix wrong board size presets in Android [Taiga #12339](https://tree.taiga.io/project/penpot/issue/12339)
|
||||
- Fix main menu covered by toolbar [Taiga #12884](https://tree.taiga.io/project/penpot/issue/12884)
|
||||
|
||||
|
||||
## 2.12.0 (Unreleased)
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
background-color: var(--panel-background-color);
|
||||
height: 100vh;
|
||||
max-height: 100vh;
|
||||
z-index: deprecated.$z-index-1;
|
||||
z-index: deprecated.$z-index-3;
|
||||
|
||||
.resize-area {
|
||||
grid-area: resize;
|
||||
|
||||
Reference in New Issue
Block a user