mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
🐛 Fix dashboard navigation tabs overlap with content when scrolling (#8937)
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
This commit is contained in:
parent
d6045c80a1
commit
cbe9d31599
@ -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
|
||||
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user