Show darkmode toggle on top of content
This commit is contained in:
parent
8e7be79b73
commit
db6ca1ae8d
1 changed files with 5 additions and 0 deletions
|
@ -13,3 +13,8 @@ body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.darkmode-layer,
|
||||||
|
.darkmode-toggle {
|
||||||
|
z-index: $navbar-z - 1;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue