mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
fix(core): sidebar scrollbar is coverd by resize handle (#8307)
close AF-1236
This commit is contained in:
@@ -50,7 +50,7 @@ export const resizeHandleContainer = style({
|
||||
right: resizeHandleOffsetVar,
|
||||
top: resizeHandleVerticalPadding,
|
||||
bottom: resizeHandleVerticalPadding,
|
||||
width: 16,
|
||||
width: 8,
|
||||
zIndex: '1',
|
||||
transform: 'translateX(50%)',
|
||||
backgroundColor: 'transparent',
|
||||
|
||||
Reference in New Issue
Block a user