mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-19 11:06:25 +08:00
fix(core): sidebar scrollbar is coverd by resize handle (#8307)
close AF-1236
This commit is contained in:
@@ -149,7 +149,7 @@ const WorkbenchSidebar = () => {
|
||||
<ResizePanel
|
||||
floating={floating}
|
||||
resizeHandlePos="left"
|
||||
resizeHandleOffset={clientBorder ? 3.5 : 0}
|
||||
resizeHandleOffset={0}
|
||||
width={width}
|
||||
resizing={resizing}
|
||||
onResizing={setResizing}
|
||||
|
||||
Reference in New Issue
Block a user