Skip to content

Commit

Permalink
fix(math-checker): repair overflow scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Zitrone44 committed Jan 12, 2024
1 parent 59245bc commit b417707
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 b417707

Please sign in to comment.