Skip to content

Commit 66e3400

Browse files
committed
fix height and scrollbar styling of file list
1 parent e1fb6a3 commit 66e3400

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/style/FileListStyle.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ import { style } from 'typestyle';
33
export const fileListWrapperClass = style({
44
height: 'auto',
55
minHeight: '150px',
6-
maxHeight: '400px',
7-
paddingBottom: '40px',
86

97
overflow: 'hidden',
10-
overflowY: 'scroll'
8+
overflowY: 'auto'
119
});
1210

1311
export const notebookFileIconStyle = style({

0 commit comments

Comments
 (0)