diff --git a/components/common/Editor/index.module.scss b/components/common/Editor/index.module.scss index 186140fd..bc415b6f 100644 --- a/components/common/Editor/index.module.scss +++ b/components/common/Editor/index.module.scss @@ -24,7 +24,8 @@ flex-grow: 1; font-size: $font-regular; line-height: 1.4; - overflow: scroll; + overflow-y: auto; + overflow-x: hidden; padding: $unit * 1.5 $unit-2x; white-space: pre-wrap; width: 100%;