This website works better with JavaScript
Home
Explore
Help
Register
Sign In
ylproj
/
jupyterlab
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
overflow-y is set to auto
charnpreetsingh185
8 years ago
parent
26227eb238
commit
97cc39aa05
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/default-theme/terminal.less
+ 1
- 1
src/default-theme/terminal.less
View File
@@ -26,5 +26,5 @@
}
.terminal .xterm-viewport {
- overflow-y:
hidden
;
+ overflow-y:
auto
;
}