fix(style): Katex adding scrollbars on non-overflowing content (#1989)
This commit is contained in:
parent
fec0a62b74
commit
52344cd816
1 changed files with 1 additions and 0 deletions
|
@ -594,6 +594,7 @@ ol.overflow {
|
|||
}
|
||||
|
||||
.katex-display {
|
||||
display: initial;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue