Explorar o código

Merge pull request #803 from charnpreetsingh185/terminal

Terminal Scroll Bar is set to auto
Afshin Darian %!s(int64=8) %!d(string=hai) anos
pai
achega
920ec14747
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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;
+}