forked from farhoodlabs/paperclip
Merge pull request #2655 from plind-dm/fix/goal-description-scroll
fix(ui): make goal description area scrollable in create dialog
This commit is contained in:
@@ -168,7 +168,7 @@ export function NewGoalDialog() {
|
||||
</div>
|
||||
|
||||
{/* Description */}
|
||||
<div className="px-4 pb-2">
|
||||
<div className="px-4 pb-2 overflow-y-auto max-h-[50vh]">
|
||||
<MarkdownEditor
|
||||
ref={descriptionEditorRef}
|
||||
value={description}
|
||||
|
||||
Reference in New Issue
Block a user