Skip to content

Commit e912e65

Browse files
committed
Fix math block scrolling
- Fix tiny scroll happening when not needed - Fix horizontal scrolling for long equations
1 parent a8366d1 commit e912e65

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/vs/workbench/contrib/chat/browser/chatContentParts/media/chatMarkdownPart.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,9 @@
1414
h6 {
1515
line-height: normal;
1616
}
17+
18+
.katex-display .katex {
19+
width: fit-content;
20+
overflow: hidden;
21+
}
1722
}

0 commit comments

Comments
 (0)