Skip to content

Commit

Permalink
[Math-Checker] Repair overflow scrollbar (#1553)
Browse files Browse the repository at this point in the history
fix(math-checker): repair overflow scrollbar
  • Loading branch information
Zitrone44 authored Jan 12, 2024
1 parent 59245bc commit e63671b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ math-field:focus-within {
outline: unset;
}

math-field::part(content) {
overflow-x: auto;
}

math-field::part(menu-toggle) {
display: none;
}
Expand Down

0 comments on commit e63671b

Please sign in to comment.