Skip to content
Snippets Groups Projects
Commit ae22dee7 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

remove min-height after toggling FS#2555

parent ae45007e
No related branches found
No related tags found
No related merge requests found
......@@ -150,6 +150,7 @@ dw_page = {
// Start animation and assure that $toc is hidden/visible
$child.dw_toggle(hidden, function () {
$content.toggle(hidden);
$content.css('min-height',''); // remove min-height again
});
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment