From a2bc374f47e2f6f4cecf3ce9fcf52dd1b5b15cfc Mon Sep 17 00:00:00 2001 From: servostar <72654954+Servostar@users.noreply.github.com> Date: Mon, 30 Sep 2024 03:39:57 +0200 Subject: [PATCH] fix: horizontal scrollbar always shown on math block (#353) --- apps/client/src/features/editor/components/math/math.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c83b0492..9edb8873 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;