Skip to content

Commit

Permalink
[web] Increase QrModal max-height
Browse files Browse the repository at this point in the history
  • Loading branch information
dnjooiopa committed Apr 30, 2024
1 parent 5f34aa3 commit c3b7e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/app/(auth)/send/QrScanModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const QrScan: FC<IQrScanProps> = ({ closeModal, setInvoice }) => {
leaveFrom="opacity-100 scale-100"
leaveTo="opacity-0 scale-95"
>
<Dialog.Panel className="h-auto max-h-[500px] w-full max-w-md transform overflow-hidden bg-gray-300 rounded p-2 text-left align-middle shadow-xl transition-all">
<Dialog.Panel className="h-auto max-h-[768px] w-full max-w-md transform overflow-hidden bg-gray-300 rounded p-2 text-left align-middle shadow-xl transition-all">
<QrReader
constraints={{
facingMode: 'environment',
Expand Down

0 comments on commit c3b7e8d

Please sign in to comment.