fix: temporarily handle all page scroll bar styles (#3269)

This commit is contained in:
JimmFly
2023-07-17 16:04:12 +08:00
committed by GitHub
parent 8f06854130
commit d4cd0e763d

View File

@@ -61,8 +61,9 @@ export const scrollbar = style({
},
});
export const TableScrollbar = style({
paddingTop: '60px',
paddingBottom: '60px',
marginTop: '60px',
height: 'calc(100% - 120px)',
borderRadius: '4px',
});
export const scrollbarThumb = style({