Fix scrollbar being transparent on OS X

This commit is contained in:
Daniel Imms 2016-08-08 10:22:19 -07:00
parent 2c9c95f531
commit a557a82b40

View File

@ -104,6 +104,8 @@
}
.terminal .xterm-viewport {
/* On OS X this is required in order for the scroll bar to appear fully opaque */
background-color: #000;
overflow-y: scroll;
}