Skip to content

Commit 2a26201

Browse files
committed
Fix container overflow in code example
1 parent 8bdddfd commit 2a26201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog_professional/_posts/2023-12-20-nbsphinx-code-toggle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ document.addEventListener("DOMContentLoaded", () => {
9696
if (div.style.maxHeight === '0px') {
9797
Object.assign(div.style, {
9898
opacity: '1',
99-
maxHeight: '500px',
99+
maxHeight: '50000px',
100100
});
101101
button.textContent = "»» Hide Code ««";
102102
button.style.maxWidth = "100%";

0 commit comments

Comments
 (0)