Make sure the header stays on top of everything (z-order fix)

This commit is contained in:
Eryn Wells 2022-09-25 08:45:56 -07:00
parent 105c464e70
commit 7f79238868

View file

@ -188,6 +188,7 @@ header.site {
top: 0.5rem;
visibility: hidden;
width: 100%;
z-index: 10000;
}
header.site.visible {
visibility: visible;