diff --git a/apps/client/src/features/editor/components/math/math.module.css b/apps/client/src/features/editor/components/math/math.module.css index c83b049..9edb887 100644 --- a/apps/client/src/features/editor/components/math/math.module.css +++ b/apps/client/src/features/editor/components/math/math.module.css @@ -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;