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

View file

@ -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%;
}
} }