Compare commits

...

1 Commits

Author SHA1 Message Date
Marina López
4aa89cf47f 🐛 Fix main menu covered by toolbar 2025-12-10 15:09:45 +01:00
2 changed files with 2 additions and 1 deletions

View File

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

View File

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