This website works better with JavaScript
홈
탐색
도움말
가입하기
로그인
ylproj
/
jupyterlab
Watch
2
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
소스 검색
Fix setting editor overflow bug.
Afshin Darian
7 년 전
부모
5a45fc0fd8
커밋
bcdf2f2f16
1개의 변경된 파일
과
1개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
변경상태 보기
1
0
packages/settingeditor-extension/style/settingeditor.css
+ 1
- 0
packages/settingeditor-extension/style/settingeditor.css
파일 보기
@@ -121,6 +121,7 @@
height: 100%;
margin-left: 0;
margin-right: 0;
+ overflow: auto;
}