1
Fork 0

Fix parallax images in darkreader

Seems like there's a bug in _something_!
This commit is contained in:
Jake Howard 2020-05-02 22:08:45 +01:00
parent 1b7fc4f564
commit fc67b68748
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 7 additions and 1 deletions

View File

@ -26,7 +26,6 @@ footer.page-footer {
padding-top: 0;
z-index: 1;
}
}
.sidenav {
background-color: #17181C;
@ -51,4 +50,11 @@ nav {
.header-image {
height: $sidenav-width * 1.5;
// Fix darkreader weirdness
.parallax {
position: initial;
width: 100%;
height: 100%;
}
}