Skip to content

Commit 895ee32

Browse files
authored
Merge pull request org-roam#266 from jeremygooch/feat/latex-scrollbars
2 parents 6bf6a5e + fc90956 commit 895ee32

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/Sidebar/noteStyle.ts

+4
Original file line numberDiff line numberDiff line change
@@ -199,4 +199,8 @@ export const defaultNoteStyle = {
199199
'.footdef': { marginBottom: '1em' },
200200
'.figure': { padding: '1em' },
201201
'.figure p': { textAlign: 'center' },
202+
'.math.math-display .katex': {
203+
overflow: 'auto',
204+
minHeight: '1.5em'
205+
}
202206
}

0 commit comments

Comments
 (0)