-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Area:CSSFor styling or layout issues handled with CSS/SASSFor styling or layout issues handled with CSS/SASSBugError or unexpected behaviorsError or unexpected behaviors
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.
p5.js.Web.Editor._.Create.collection.-.Brave.2024-01-31.23-41-09_Trim.mp4
Metadata
Metadata
Assignees
Labels
Area:CSSFor styling or layout issues handled with CSS/SASSFor styling or layout issues handled with CSS/SASSBugError or unexpected behaviorsError or unexpected behaviors