Make highlights render as absolute position

This commit is contained in:
Ben Ogle
2014-06-16 15:57:23 -07:00
parent 32fba97c3a
commit 0312609e19

View File

@@ -251,7 +251,7 @@
width: 1px;
}
.editor .selection .region {
.editor .highlight .region {
position: absolute;
pointer-events: none;
z-index: -1;