Merge pull request #234 from Tyriar/233_fix_cursor_on_top_of_ime

Ensure composition view is on top of cursor
This commit is contained in:
Paris Kasidiaris
2016-08-22 16:14:15 +03:00
committed by GitHub
+1
View File
@@ -98,6 +98,7 @@
display: none;
position: absolute;
white-space: nowrap;
z-index: 1;
}
.terminal .composition-view.active {