feat: enhance dialog components with overflow handling and update placeholder text for consistency

This commit is contained in:
2026-01-26 14:47:04 -06:00
parent 1ae82fc4e4
commit 3c0b1396bc
12 changed files with 194 additions and 18 deletions

View File

@@ -66,7 +66,7 @@ const ChangePasswordDialog = ({ open, onOpenChange }) => {
return (
<Dialog open={open} onOpenChange={onOpenChange}>
<DialogContent className="sm:max-w-md bg-background">
<DialogContent className="sm:max-w-md bg-background overflow-y-auto max-h-[90vh]">
<DialogHeader>
<div className="flex items-center gap-2 mb-2">
<div className="inline-flex items-center justify-center w-10 h-10 rounded-full bg-[var(--lavender-300)]">