Browse Source

overflow-y is set to auto

charnpreetsingh185 8 năm trước cách đây
mục cha
commit
97cc39aa05
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 }