This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
ylproj
/
jupyterlab
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Selaa lähdekoodia
overflow-y is set to auto
charnpreetsingh185
8 vuotta sitten
vanhempi
26227eb238
commit
97cc39aa05
1 muutettua tiedostoa
jossa
1 lisäystä
ja
1 poistoa
Jaettu näkymä
Näytä diff tilastot
1
1
src/default-theme/terminal.less
+ 1
- 1
src/default-theme/terminal.less
Näytä tiedosto
@@ -26,5 +26,5 @@
}
.terminal .xterm-viewport {
- overflow-y:
hidden
;
+ overflow-y:
auto
;
}