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:
+1
-1
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user