mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix: temporarily handle all page scroll bar styles (#3269)
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user