mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix: Options squishing on accordion collapse
This commit is contained in:
parent
33912382e3
commit
e40b3506c4
@ -43,7 +43,15 @@ const ParametersPinnedWrapper = (props: ParametersPinnedWrapperProps) => {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<IAIScrollArea>
|
<IAIScrollArea>
|
||||||
<Flex sx={{ flexDirection: 'column', gap: 2 }}>{props.children}</Flex>
|
<Flex
|
||||||
|
sx={{
|
||||||
|
flexDirection: 'column',
|
||||||
|
gap: 2,
|
||||||
|
width: PARAMETERS_PANEL_WIDTH,
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
{props.children}
|
||||||
|
</Flex>
|
||||||
</IAIScrollArea>
|
</IAIScrollArea>
|
||||||
</Flex>
|
</Flex>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user