Browse Source

overflow-y is set to auto

charnpreetsingh185 8 years ago
parent
commit
97cc39aa05
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/default-theme/terminal.less

+ 1 - 1
src/default-theme/terminal.less

@@ -26,5 +26,5 @@
 }
 
 .terminal .xterm-viewport {
-  overflow-y: hidden;
+  overflow-y: auto;
 }