mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +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>
|
||||
|
||||
{/* Description */}
|
||||
<div className="px-4 pb-2">
|
||||
<div className="px-4 pb-2 overflow-y-auto max-h-[50vh]">
|
||||
<MarkdownEditor
|
||||
ref={descriptionEditorRef}
|
||||
value={description}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue