Make lines have 100% height so the area below last line is clickable

This commit is contained in:
Nathan Sobo
2012-04-11 14:28:26 -06:00
parent f97ffa8826
commit 144fb29d83

View File

@@ -39,6 +39,7 @@
position: relative;
display: table;
width: 100%;
height: 100%;
}
.editor .line {