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 Alex Yang
parent 691eb3cb2d
commit 74909d4fd5
@@ -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({