Skip to content

Commit

Permalink
Fix: identification form max height
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Oct 14, 2023
1 parent 5cd536a commit 649aae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/identification-form.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const IdentificationForm = () => {
}}
>
<AlertDialogContent
className="max-h-[100vh] overflow-y-auto z-[200]"
className="max-h-[90vh] overflow-y-auto z-[200]"
overlayClassName="bg-white/80 backdrop-blur-md z-[200]"
>
<form onSubmit={handleSubmit} className="flex flex-col gap-3">
Expand Down

0 comments on commit 649aae5

Please sign in to comment.