mirror of
https://github.com/Shadowfita/docmost.git
synced 2025-11-10 04:22:00 +10:00
fix: horizontal scrollbar always shown on math block (#353)
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user