From db01b9e08fc1381762489a0ef8ca8c38ed0a6423 Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Sat, 24 Oct 2020 09:01:38 -0500 Subject: [PATCH] zindex --- sphinx_togglebutton/_static/togglebutton.css_t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx_togglebutton/_static/togglebutton.css_t b/sphinx_togglebutton/_static/togglebutton.css_t index ecd7abc..7ba9244 100644 --- a/sphinx_togglebutton/_static/togglebutton.css_t +++ b/sphinx_togglebutton/_static/togglebutton.css_t @@ -48,7 +48,7 @@ div.admonition.toggle-hidden .admonition-title ~ * { button.toggle-button { background: #999; border: none; - z-index: 999; + z-index: 100; right: -2.5em; margin-left: -2.5em; /* A hack to keep code blocks from being pushed left */ position: relative;