Merge pull request #785 from paperless-ngx/fix-docs-darkmode-toggle

Fix docs dark mode toggle blocks menu button
This commit is contained in:
Quinn Casey 2022-04-22 07:24:28 -07:00 committed by GitHub
commit 49e627d2fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -580,9 +580,13 @@ a.image-reference img {
right: 12px;
height: 20px;
width: 24px;
z-index: 1000;
z-index: 10;
border: none;
background-color: transparent;
color: inherit;
opacity: 0.7;
}
.wy-nav-content-wrap {
z-index: 20;
}