Skip to content

Commit e63671b

Browse files
authored
[Math-Checker] Repair overflow scrollbar (#1553)
fix(math-checker): repair overflow scrollbar
1 parent 59245bc commit e63671b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/fbs-core/web/src/app/tool-components/math-input/math-input.component.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ math-field:focus-within {
99
outline: unset;
1010
}
1111

12+
math-field::part(content) {
13+
overflow-x: auto;
14+
}
15+
1216
math-field::part(menu-toggle) {
1317
display: none;
1418
}

0 commit comments

Comments
 (0)