mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
fix(core): sidebar scrollbar is coverd by resize handle (#8307)
close AF-1236
This commit is contained in:
@@ -94,7 +94,7 @@ export function AppSidebar({ children }: PropsWithChildren) {
|
||||
onResizing={setResizing}
|
||||
onWidthChange={setWidth}
|
||||
className={navWrapperStyle}
|
||||
resizeHandleOffset={clientBorder ? 8 : 0}
|
||||
resizeHandleOffset={0}
|
||||
resizeHandleVerticalPadding={clientBorder ? 16 : 0}
|
||||
data-transparent
|
||||
data-open={open}
|
||||
|
||||
Reference in New Issue
Block a user