fix: modal not showing

This commit is contained in:
Juan Di Toro 2023-10-09 21:03:45 +02:00
parent c59c801b2d
commit 4e5b8a5eab
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ export default function Wrapped() {
</Dialog.Trigger>
<Dialog.Portal>
<Dialog.Overlay className="bg-black/90 data-[state=open]:animate-overlayShow fixed inset-0" />
<Dialog.Content className="w-full h-full flex items-center justify-center">
<Dialog.Content className="w-full h-full absolute top-0 flex items-center justify-center">
<SwitchableComponentProvider>
<LumeIdentity />
</SwitchableComponentProvider>