fix: latex in md creates scroll bar for root

This commit is contained in:
h z
2024-12-15 07:39:38 +00:00
parent a9d9b4e8f0
commit 34ab63d0bf

View File

@@ -14,4 +14,8 @@
flex: 1;
padding: 1rem 1rem 100px 1rem;
overflow-y: auto;
}
:root {
overflow: hidden;
}