mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-19 04:00:38 +09:00
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:
commit
0593b9b0c5
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ export function NewGoalDialog() {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Description */}
|
{/* Description */}
|
||||||
<div className="px-4 pb-2">
|
<div className="px-4 pb-2 overflow-y-auto max-h-[50vh]">
|
||||||
<MarkdownEditor
|
<MarkdownEditor
|
||||||
ref={descriptionEditorRef}
|
ref={descriptionEditorRef}
|
||||||
value={description}
|
value={description}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue