Merge pull request #17 from neynarxyz/shreyas/show-modal-on-top

Show Dialog on top to show I am using my phone button
This commit is contained in:
Shreyaschorge 2025-07-14 23:51:52 +05:30 committed by GitHub
commit c713d53054
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@neynar/create-farcaster-mini-app",
"version": "1.6.1",
"version": "1.6.2",
"type": "module",
"private": false,
"access": "public",

View File

@ -118,7 +118,7 @@ export function AuthDialog({
const content = getStepContent();
return (
<div className="fixed inset-0 z-50 flex items-center justify-center bg-black/50 backdrop-blur-sm p-4">
<div className="fixed inset-0 z-[100] flex items-center justify-center bg-black/50 backdrop-blur-sm p-4">
<div className="bg-white dark:bg-gray-800 rounded-xl w-full max-w-md shadow-2xl border border-gray-200 dark:border-gray-700 max-h-[80vh] sm:max-h-[90vh] flex flex-col">
<div className="flex justify-between items-center p-4 sm:p-6 pb-3 sm:pb-4 border-b border-gray-200 dark:border-gray-700 flex-shrink-0">
<h2 className="text-lg font-semibold text-gray-900 dark:text-gray-100">
@ -204,7 +204,7 @@ export function AuthDialog({
'https://farcaster.xyz/~/connect'
),
'_blank'
)
);
}
}}
className="btn btn-outline flex items-center justify-center gap-2 w-full"