From 144fb29d83ef6248c4cf0d2f0186f09100575168 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Wed, 11 Apr 2012 14:28:26 -0600 Subject: [PATCH] Make lines have 100% height so the area below last line is clickable --- static/editor.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/editor.css b/static/editor.css index 7f4122221..7e30600d8 100644 --- a/static/editor.css +++ b/static/editor.css @@ -39,6 +39,7 @@ position: relative; display: table; width: 100%; + height: 100%; } .editor .line {