Compare commits

...

1 Commits

Author SHA1 Message Date
Tom Moor 27f8b6b442 fix: LaTeX blocks show vertical scrollbar 2025-05-07 20:13:52 -04:00
+1 -1
View File
@@ -55,7 +55,7 @@ const mathStyle = (props: Props) => css`
cursor: auto;
white-space: pre-wrap;
overflow-x: auto;
overflow-y: none;
overflow-y: hidden;
}
.math-node.empty-math .math-render::before {