Fix cursor on scroll bar

Fixes #1067
This commit is contained in:
Daniel Imms
2017-12-11 10:13:17 -08:00
parent bc424b2f37
commit 616f0f9d36
+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 {