Only the underlayer needs height: 100%

This commit is contained in:
Corey Johnson
2013-04-30 11:32:09 -07:00
committed by probablycorey
parent 58275a2f0a
commit bbb7dfdd07

View File

@@ -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 {