Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit 4a2d76b

Browse files
committed
feat: header z-index
fixes certain issues with the header appearing below things sometimes set to 1000 to make sure it appears above everything, unless other elements have a higher value which is unlikely
1 parent aa0ee3a commit 4a2d76b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

addon/header-sticky.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
header {
77
position: sticky;
88
top: 0;
9+
z-index: 1000;
910
background-color: var(--dc-bg-2);
1011
}
1112
@supports (backdrop-filter: blur(24px)) {

0 commit comments

Comments
 (0)