Skip to content

Commit e98b269

Browse files
committed
overflow y auto for text area
1 parent 29fc83e commit e98b269

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/Dashboard/PopularTemplatesPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ export function PopularTemplatesPanel() {
421421
</h3>
422422
</div>
423423

424-
<div className="min-h-[320px] rounded-[var(--radius-control)] border border-border/70 bg-background p-4 text-sm leading-7 text-foreground">
424+
<div className="min-h-[320px] max-h-[420px] overflow-y-auto rounded-[var(--radius-control)] border border-border/70 bg-background p-4 text-sm leading-7 text-foreground">
425425
{renderPreview(selectedTemplate.preview)}
426426
</div>
427427

0 commit comments

Comments
 (0)