mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-30 18:48:55 +00:00
fix: chunk preview drawer can not scroll, common drawer content scroll should decide by content; (#1539)
This commit is contained in:
@@ -165,7 +165,7 @@ export const useDebug = () => {
|
||||
maxW={['90vw', '35vw']}
|
||||
px={0}
|
||||
>
|
||||
<Flex flexDirection={'column'} h={'100%'}>
|
||||
<Flex flexDirection={'column'} h={'100%'} overflowY={'auto'}>
|
||||
<Box flex={'1 0 0'} overflow={'auto'} px={6}>
|
||||
{renderInputs.map((input) => {
|
||||
const required = input.required || false;
|
||||
|
Reference in New Issue
Block a user