Closed
Description
Issue#1
Actual Behavior
The 'Create collection' button & the textarea is overflowing outside the dialog box when resizing the textarea.
p5.js.Web.Editor._.My.collections.-.Brave.2024-01-28.23-08-36_Trim.mp4
Expected Behavior
The max-height
property is causing this issue.
Also we should remove the resize from this text area, because resizing the textarea after modification in the max-height
will cause it to go out of the screen.
Issue#2
The min-width
in the Collection Create modal's input area is causing horizontal scrolling for mobile screen with smaller width. It requires adjustment to prevent this issue and improve user experience.