fix: chunk preview drawer can not scroll, common drawer content scroll should decide by content; (#1539)

This commit is contained in:
Cheer
2024-05-22 10:18:21 +08:00
committed by GitHub
parent a14a8ae627
commit 87e4afe89b
3 changed files with 25 additions and 23 deletions

View File

@@ -67,7 +67,7 @@ const MyRightDrawer = ({
<DrawerCloseButton position={'relative'} fontSize={'sm'} top={0} right={0} />
</Flex>
<DrawerBody overflow={'unset'} px={props?.px}>
<DrawerBody overflow={'hidden'} px={props?.px}>
{children}
<Loading loading={isLoading} fixed={false} />
</DrawerBody>