We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f6eec7 commit 5da4da1Copy full SHA for 5da4da1
1 file changed
scrapflow-client/src/components/ui/Modal.jsx
@@ -35,7 +35,8 @@ export default function Modal({ open, onOpenChange, title, description, children
35
transition={{ duration: 0.2, ease: 'easeOut' }}
36
className={`fixed z-50 left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2
37
w-full ${widths[size] ?? widths.md} mx-4
38
- glass-card p-6 outline-none`}
+ glass-card p-6 outline-none
39
+ max-h-[90vh] overflow-y-auto`}
40
>
41
{/* Header */}
42
{(title || description) && (
0 commit comments