From f41ca1843b0e17d5ea7c08613f2d3f4f3f55f1cd Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Mon, 7 May 2012 12:35:25 -0600 Subject: [PATCH] Make editor scroller overflow be auto, not scroll --- static/editor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/editor.css b/static/editor.css index f31524bbf..24d0bd94c 100644 --- a/static/editor.css +++ b/static/editor.css @@ -36,7 +36,7 @@ } .editor .scroller { - overflow: scroll; + overflow: auto; width: -webkit-flex(1); height: 100%; }