Merge pull request #1142 from Tyriar/1067_fix_cursor_on_right

Fix cursor on scroll bar
This commit is contained in:
Daniel Imms
2018-01-05 11:01:30 -08:00
committed by GitHub
+1
View File
@@ -95,6 +95,7 @@
/* On OS X this is required in order for the scroll bar to appear fully opaque */
background-color: #000;
overflow-y: scroll;
cursor: default;
}
.xterm canvas {