]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
fix docs dark mode toggle blocks menu button 785/head
authorshamoon <4887959+shamoon@users.noreply.github.com>
Fri, 22 Apr 2022 08:00:19 +0000 (01:00 -0700)
committerGitHub <noreply@github.com>
Fri, 22 Apr 2022 08:00:19 +0000 (01:00 -0700)
docs/_static/css/custom.css

index 5bc7ab2a837c74b5e8a99e64b0c8f1138ff6176e..3dbe0318f87b100cbb529bbb02e20e6a19bf3603 100644 (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;
+}