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
Fix setting editor overflow bug.
Afshin Darian
7 years ago
parent
5a45fc0fd8
commit
bcdf2f2f16
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
packages/settingeditor-extension/style/settingeditor.css
+ 1
- 0
packages/settingeditor-extension/style/settingeditor.css
View File
@@ -121,6 +121,7 @@
height: 100%;
margin-left: 0;
margin-right: 0;
+ overflow: auto;
}