From c3a8d93eb414a561eb6804f14ed5e98f94516a9b Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 22 Apr 2022 01:00:19 -0700 Subject: [PATCH] fix docs dark mode toggle blocks menu button --- docs/_static/css/custom.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/_static/css/custom.css b/docs/_static/css/custom.css index 5bc7ab2a8..3dbe0318f 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; +}