From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 22 Apr 2022 08:00:19 +0000 (-0700) Subject: fix docs dark mode toggle blocks menu button X-Git-Tag: ngx-1.7.0~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F785%2Fhead;p=thirdparty%2Fpaperless-ngx.git fix docs dark mode toggle blocks menu button --- diff --git a/docs/_static/css/custom.css b/docs/_static/css/custom.css index 5bc7ab2a83..3dbe0318f8 100644 --- a/docs/_static/css/custom.css +++ b/docs/_static/css/custom.css @@ -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; +}