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