mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
fix(core): prevent all-docs header from overlapping scrollbar (#10270)
This commit is contained in:
@@ -152,7 +152,7 @@ const Scroller = forwardRef<
|
||||
<Scrollable.Viewport {...props} ref={ref}>
|
||||
{children}
|
||||
</Scrollable.Viewport>
|
||||
<Scrollable.Scrollbar />
|
||||
<Scrollable.Scrollbar style={{ zIndex: 1 }} />
|
||||
</Scrollable.Root>
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user