🐛 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 GitHub
parent bb85b312d6
commit 599a66979a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -20,8 +20,10 @@
- Fix hover on layers [Taiga #13799](https://tree.taiga.io/project/penpot/issue/13799)
- Fix highlight after name edition [Taiga #13783](https://tree.taiga.io/project/penpot/issue/13783)
- Fix id prop on switch component [Taiga #13534](https://tree.taiga.io/project/penpot/issue/13534)
- Fix dashboard navigation tabs overlap with projects content when scrolling [Taiga #13962](https://tree.taiga.io/project/penpot/issue/13962)
- Fix text editor v1 focus [Taiga #13961](https://tree.taiga.io/project/penpot/issue/13961)
## 2.14.2
### :sparkles: New features & Enhancements

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 {