Skip to content

Commit 0a356c2

Browse files
authored
FIX: dropdown toggle height when closed (#57)
1 parent 0d7041f commit 0a356c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sphinx_togglebutton/_static/togglebutton.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
margin: 0;
4444
opacity: 0;
4545
visibility: hidden;
46+
display: block;
4647
}
4748

4849
/* General button style and position*/
@@ -157,4 +158,4 @@ details.toggle-details[open] summary ~ * {
157158
details.toggle-details summary {
158159
display: none;
159160
}
160-
}
161+
}

0 commit comments

Comments
 (0)