mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
🐛 Fix dashboard Recent/Deleted titles overlapped by scrolling content (#8945)
Add z-index to the sticky .nav element in the dashboard so that section titles (Recent, Deleted) stay above scrolling content instead of being obscured by project cards and file thumbnails. Fixes #8577 Signed-off-by: rockchris99 <chrisleo0721@gmail.com>
This commit is contained in:
parent
87179e806f
commit
bbd200f869
@ -45,6 +45,7 @@
|
||||
- Fix plugin modal drag interactions over iframe and close-button behavior (by @marekhrabe) [Github #8871](https://github.com/penpot/penpot/pull/8871)
|
||||
- Fix hot update on color-row on texts [Taiga #13923](https://tree.taiga.io/project/penpot/issue/13923)
|
||||
- Fix selected color tokens [Taiga #13930](https://tree.taiga.io/project/penpot/issue/13930)
|
||||
- Fix dashboard Recent/Deleted titles overlapped by scrolling content (by @rockchris99) [Github #8577](https://github.com/penpot/penpot/issues/8577)
|
||||
- Display resolved values of inactive tokens [Taiga #13628](https://tree.taiga.io/project/penpot/issue/13628)
|
||||
|
||||
## 2.15.0 (Unreleased)
|
||||
|
||||
@ -52,6 +52,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