Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: chunk preview drawer can not scroll #1539

Merged
merged 1 commit into from
May 22, 2024

Conversation

maquannene
Copy link
Contributor

fix: chunk preview drawer can not scroll, common drawer content scroll should decide by content;

Copy link

sweep-ai bot commented May 20, 2024

Sweep: PR Review

packages/web/components/common/MyDrawer/MyRightDrawer.tsx

The overflow property of the DrawerBody component was changed from 'unset' to 'hidden' to ensure that any overflowing content is clipped and not displayed.

Sweep Found These Issues


projects/app/src/components/core/workflow/Flow/hooks/useDebug.tsx

The Flex component in DebugInputModal was updated to include overflowY: 'auto' to ensure vertical scrolling for overflow content.


projects/app/src/pages/dataset/detail/components/Import/components/PreviewChunks.tsx

The changes introduce a Flex component to wrap the list of Box components, enabling vertical scrolling and improving the layout for long lists.

Sweep Found These Issues


@c121914yu c121914yu merged commit 87e4afe into labring:main May 22, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants