mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-15 06:18:03 -05:00
fix(ui): unable to resize prompt box bc negative prompt button is over
the handle
This commit is contained in:
@@ -99,7 +99,7 @@ export const ParamPositivePrompt = memo(() => {
|
||||
paddingTop={0}
|
||||
paddingBottom={3}
|
||||
resize="vertical"
|
||||
minH={28}
|
||||
minH={32}
|
||||
/>
|
||||
<PromptOverlayButtonWrapper>
|
||||
<AddPromptTriggerButton isOpen={isOpen} onOpen={onOpen} />
|
||||
|
||||
Reference in New Issue
Block a user