mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
term: hide them scrolbars (#42)
This commit is contained in:
parent
9829905bd8
commit
fd0c330d98
1 changed files with 1 additions and 0 deletions
|
|
@ -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"] {
|
||||
|
|
|
|||
Loading…
Reference in a new issue