Ensure composition view is on top of cursor

Fixes #233
This commit is contained in:
Daniel Imms
2016-08-18 11:28:10 -07:00
parent 6e8e78db57
commit 7de7bdac71
+1
View File
@@ -98,6 +98,7 @@
display: none;
position: absolute;
white-space: nowrap;
z-index: 1;
}
.terminal .composition-view.active {