From bbb7dfdd07ef301d9c12c3f4ffaca56a92d8da18 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Tue, 30 Apr 2013 11:32:09 -0700 Subject: [PATCH] Only the underlayer needs height: 100% --- static/editor.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/editor.less b/static/editor.less index 7e81c9cab..e36496814 100644 --- a/static/editor.less +++ b/static/editor.less @@ -120,12 +120,12 @@ .editor .underlayer, .editor .lines, .editor .overlayer { width: 100%; - height: 100%; } .editor .underlayer { z-index: 0; position: absolute; + height: 100%; } .editor .lines {