Skip to content

Commit f3085c6

Browse files
Fixes avatar edit and cover photo dialogs responsiveness (ohcnetwork#11685)
1 parent 9dc71fa commit f3085c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Common/AvatarEditModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ const AvatarEditModal = ({
225225

226226
return (
227227
<Dialog open={open} onOpenChange={closeModal}>
228-
<DialogContent className="md:max-w-4xl">
228+
<DialogContent className="md:max-w-4xl max-h-screen overflow-auto">
229229
<DialogHeader>
230230
<DialogTitle className="text-xl">{title}</DialogTitle>
231231
<DialogDescription className="sr-only">

0 commit comments

Comments
 (0)