Skip to content

Commit

Permalink
FIX: dropdown toggle height when closed (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanc1 authored Nov 23, 2023
1 parent 0d7041f commit 0a356c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sphinx_togglebutton/_static/togglebutton.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
margin: 0;
opacity: 0;
visibility: hidden;
display: block;
}

/* General button style and position*/
Expand Down Expand Up @@ -157,4 +158,4 @@ details.toggle-details[open] summary ~ * {
details.toggle-details summary {
display: none;
}
}
}

0 comments on commit 0a356c2

Please sign in to comment.