fix: header z index

This commit is contained in:
Jake Hamilton 2024-04-30 13:27:41 -07:00
parent 134cc83632
commit 873ec3b85b
Signed by: jakehamilton
GPG key ID: 9762169A1B35EA68

View file

@ -30,6 +30,7 @@ interface Props {}
top: 0;
background: rgb(var(--background));
padding: 0.5rem 0;
z-index: 100;
}
.left {