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:
Dotta 2026-04-06 08:54:05 -05:00 committed by GitHub
commit 0593b9b0c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}