mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Remove Resize: none
This commit is contained in:
parent
585520d8d2
commit
4e1786d9ae
@ -40,7 +40,6 @@ const StringInputFieldComponent = (
|
|||||||
style={{
|
style={{
|
||||||
height: '150px',
|
height: '150px',
|
||||||
width: `${textareaWidth}px`,
|
width: `${textareaWidth}px`,
|
||||||
resize: 'none',
|
|
||||||
overflowY: 'auto',
|
overflowY: 'auto',
|
||||||
}}
|
}}
|
||||||
onChange={handleValueChanged}
|
onChange={handleValueChanged}
|
||||||
|
Loading…
Reference in New Issue
Block a user