fix: horizontal scrollbar always shown on math block (#353)

This commit is contained in:
servostar
2024-09-30 03:39:57 +02:00
committed by GitHub
parent eaa80a5546
commit a2bc374f47

View File

@ -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;