Skip to content

Commit

Permalink
Fix height in to small smartphones
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMejia77 committed Sep 25, 2024
1 parent 8d1a163 commit 6277cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SupportDialog/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const SupportDialog = () => {

return (
<Dialog open={open} onOpenChange={onClose}>
<DialogContent className="px-10 py-8">
<DialogContent className="px-10 md:py-8 overflow-y-auto">
<DialogHeader>
<DialogTitle className="text-4xl font-bold mb-2">Contacto</DialogTitle>
<DialogDescription>
Expand Down

0 comments on commit 6277cd0

Please sign in to comment.