We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29fc83e commit e98b269Copy full SHA for e98b269
1 file changed
frontend/src/components/Dashboard/PopularTemplatesPanel.tsx
@@ -421,7 +421,7 @@ export function PopularTemplatesPanel() {
421
</h3>
422
</div>
423
424
- <div className="min-h-[320px] rounded-[var(--radius-control)] border border-border/70 bg-background p-4 text-sm leading-7 text-foreground">
+ <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">
425
{renderPreview(selectedTemplate.preview)}
426
427
0 commit comments