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

@@ -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;