mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 21:13:50 +00:00
fix: chunk preview drawer can not scroll, common drawer content scroll should decide by content; (#1539)
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user