UX: Fix login header z-index (#15848)

This commit is contained in:
Jordan Vidrine
2022-02-07 13:31:03 -06:00
committed by GitHub
parent e83d603bbc
commit 7223d5e012

View File

@@ -190,6 +190,7 @@
width: calc(100% - 2em);
position: sticky;
position: -webkit-sticky;
z-index: z("header");
top: 0;
background-color: var(--secondary);
}