fix: horizontal scrollbar always shown on math block (#353)
This commit is contained in:
parent
eaa80a5546
commit
a2bc374f47
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
|||
border-radius: 4px;
|
||||
transition: background-color 0.2s;
|
||||
margin: 0 0.1rem;
|
||||
overflow-x: scroll;
|
||||
overflow-x: auto;
|
||||
|
||||
.textInput {
|
||||
width: 400px;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue