Skip to content

Commit b2c3510

Browse files
authored
🐛 FIX: fix zindex (#27)
1 parent 165e05d commit b2c3510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx_togglebutton/_static/togglebutton.css_t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ div.admonition.toggle-hidden .admonition-title ~ * {
4848
button.toggle-button {
4949
background: #999;
5050
border: none;
51-
z-index: 999;
51+
z-index: 100;
5252
right: -2.5em;
5353
margin-left: -2.5em; /* A hack to keep code blocks from being pushed left */
5454
position: relative;

0 commit comments

Comments
 (0)