From 728c2b01959bb11ba0d14c8c1cacca32ef18a8db Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Mon, 23 Mar 2015 20:22:48 -0600 Subject: [PATCH] [fixed] docs CodeMirror scroll height too big --- docs/assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/assets/style.css b/docs/assets/style.css index b80f93c12c..8cde4b9cef 100644 --- a/docs/assets/style.css +++ b/docs/assets/style.css @@ -68,7 +68,7 @@ body { } -.CodeMirror { +.CodeMirror, .CodeMirror-scroll { height: auto; }