term: hide them scrolbars (#42)

This commit is contained in:
Guillermo Rauch 2016-07-04 19:02:21 -07:00
parent 9829905bd8
commit fd0c330d98

View file

@ -63,6 +63,7 @@ export default class Term extends Component {
this.term.prefs_.set('cursor-color', '#F81CE5');
this.term.prefs_.set('enable-clipboard-notice', false);
this.term.prefs_.set('background-color', '#000');
this.term.prefs_.set('scrollbar-visible', false);
this.term.prefs_.set('user-css', URL.createObjectURL(new Blob([`
.cursor-node[focus="false"] {