mirror of https://github.com/penpot/penpot.git
🐛 Fix main menu covered by toolbar
This commit is contained in:
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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue