mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Revert "term: hide them scrolbars (#42)"
This reverts commit fd0c330d98.
This commit is contained in:
parent
fd0c330d98
commit
a57aedc1db
1 changed files with 0 additions and 1 deletions
|
|
@ -63,7 +63,6 @@ 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