This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
ylproj
/
jupyterlab
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Fix setting editor overflow bug.
Afshin Darian
hace 7 años
padre
5a45fc0fd8
commit
bcdf2f2f16
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
packages/settingeditor-extension/style/settingeditor.css
+ 1
- 0
packages/settingeditor-extension/style/settingeditor.css
Ver fichero
@@ -121,6 +121,7 @@
height: 100%;
margin-left: 0;
margin-right: 0;
+ overflow: auto;
}