mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-09 05:05:52 +08: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({
|
export const TableScrollbar = style({
|
||||||
paddingTop: '60px',
|
marginTop: '60px',
|
||||||
paddingBottom: '60px',
|
height: 'calc(100% - 120px)',
|
||||||
|
borderRadius: '4px',
|
||||||
});
|
});
|
||||||
|
|
||||||
export const scrollbarThumb = style({
|
export const scrollbarThumb = style({
|
||||||
|
|||||||
Reference in New Issue
Block a user