FIX: Search header index (#138)

This commit is contained in:
Jordan Vidrine
2025-04-15 20:46:27 -05:00
committed by GitHub
parent 81141cc66f
commit e9e166ca3a
+1 -2
View File
@@ -2,7 +2,7 @@
position: sticky;
top: var(--header-offset);
background: var(--d-content-background);
z-index: z("base") + 3;
z-index: z("base");
padding: 1.5rem 0 1rem 0;
max-width: unset;
@@ -17,7 +17,6 @@
background-color: var(--secondary);
border-radius: var(--d-border-radius-large);
border: 1px solid var(--primary-300);
// font-size: var(--font-up-1-rem);
&:hover {
border: 1px solid var(--accent-color);
}