Skip to content

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)