🐛 Fix dashboard navigation tabs overlap with content when scrolling (#8937)

Co-authored-by: Andrey Antukh <niwi@niwi.nz>
This commit is contained in:
Luis de Dios 2026-04-13 11:59:19 +02:00 committed by Andrey Antukh
parent d6045c80a1
commit cbe9d31599
2 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,8 @@
### :bug: Bugs fixed
- Fix component "broken" after switch variant [Taiga #12984](https://tree.taiga.io/project/penpot/issue/12984)
- Fix dashboard navigation tabs overlap with projects content when scrolling [Taiga #13962](https://tree.taiga.io/project/penpot/issue/13962)
## 2.14.2

View File

@ -51,6 +51,7 @@
padding: var(--sp-xxl) var(--sp-xxl) var(--sp-s) var(--sp-xxl);
position: sticky;
top: 0;
z-index: $z-index-100;
}
.nav-inside {