Remove Resize: none

This commit is contained in:
mickr777 2023-07-21 13:55:40 +10:00 committed by GitHub
parent 585520d8d2
commit 4e1786d9ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,6 @@ const StringInputFieldComponent = (
style={{
height: '150px',
width: `${textareaWidth}px`,
resize: 'none',
overflowY: 'auto',
}}
onChange={handleValueChanged}