Fix parallax images in darkreader
Seems like there's a bug in _something_!
This commit is contained in:
parent
1b7fc4f564
commit
fc67b68748
1 changed files with 7 additions and 1 deletions
|
@ -26,7 +26,6 @@ footer.page-footer {
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.sidenav {
|
.sidenav {
|
||||||
background-color: #17181C;
|
background-color: #17181C;
|
||||||
|
@ -51,4 +50,11 @@ nav {
|
||||||
|
|
||||||
.header-image {
|
.header-image {
|
||||||
height: $sidenav-width * 1.5;
|
height: $sidenav-width * 1.5;
|
||||||
|
|
||||||
|
// Fix darkreader weirdness
|
||||||
|
.parallax {
|
||||||
|
position: initial;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue