AFFiNE/packages
pengx17 10df1fb4b7
fix: menu in peek view content not scrollable issue (#7412)
when using [dialog.overlay](https://github.com/radix-ui/primitives/blob/main/packages/react/dialog/src/Dialog.tsx#L203-L211
), whole app is affected by [react-scroll library](8923c513d2/src/SideEffect.tsx (L131-L134)
):

In the current implementation, only the contents in the dialog content will be scrollable and cannot be configured in current API.

This PR introduces a simple div overlay to get rid of this issue.

fix BS-696
2024-07-03 02:58:41 +00:00
..
backend chore: bump base version to 0.15.0 2024-06-27 18:17:36 +08:00
common Revert "feat(core): run indexer in worker (#7295)" 2024-07-03 10:16:27 +08:00
frontend fix: menu in peek view content not scrollable issue (#7412) 2024-07-03 02:58:41 +00:00