fix: header z index
This commit is contained in:
parent
134cc83632
commit
873ec3b85b
|
@ -30,6 +30,7 @@ interface Props {}
|
|||
top: 0;
|
||||
background: rgb(var(--background));
|
||||
padding: 0.5rem 0;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.left {
|
||||
|
|
Loading…
Reference in a new issue