diff --git a/static/editor.less b/static/editor.less index 4dd99e728..e0ef83686 100644 --- a/static/editor.less +++ b/static/editor.less @@ -109,8 +109,7 @@ } .editor .scroll-view { - overflow-x: auto; - overflow-y: hidden; + overflow: hidden; -webkit-flex: 1; min-width: 0; position: relative;