From c2858fcae26dfd389ecd5a83486ab1bb2663b29a Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Fri, 28 Mar 2014 11:03:34 -0600 Subject: [PATCH] Use overflow: hidden for editor --- static/editor.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;