fix: z-indexing
This commit is contained in:
parent
f80f97f65f
commit
a491180c36
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ theme-toggle {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 0;
|
gap: 0;
|
||||||
z-index: 1;
|
z-index: 3;
|
||||||
|
|
||||||
& > li {
|
& > li {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Reference in a new issue