Browse Source

Merge pull request #803 from charnpreetsingh185/terminal

Terminal Scroll Bar is set to auto
Afshin Darian 8 years ago
parent
commit
920ec14747
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/default-theme/terminal.less

+ 6 - 0
src/default-theme/terminal.less

@@ -21,6 +21,12 @@
   -webkit-user-select: text;
 }
 
+
 .terminal {
   font-family: monospace;
 }
+
+
+.terminal .xterm-viewport {
+  overflow-y: auto;
+}