feat: enhance dialog components with overflow handling and update placeholder text for consistency
This commit is contained in:
@@ -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)]">
|
||||
|
||||
Reference in New Issue
Block a user