UX: Z-index welcome banner (#68)

* UX: increase z-index of welcome banner

* UX: lower z-index of sticky list-controls
This commit is contained in:
chapoi
2025-03-21 02:13:52 +08:00
committed by GitHub
parent bee6e4e3c5
commit 30cb6bbf59
+1 -1
View File
@@ -2,7 +2,7 @@
position: sticky; position: sticky;
top: var(--header-offset); top: var(--header-offset);
background: var(--d-content-background); background: var(--d-content-background);
z-index: 100; z-index: z("base");
padding: 1.5rem 0 1rem 0; padding: 1.5rem 0 1rem 0;
max-width: unset; max-width: unset;