Compare commits

..

2 Commits

Author SHA1 Message Date
Juan Di Toro 7f30d9091a fix: lib working weirdly not anymore 2023-10-09 21:13:50 +02:00
Juan Di Toro 4e5b8a5eab fix: modal not showing 2023-10-09 21:03:45 +02:00
1 changed files with 2 additions and 2 deletions

View File

@ -116,8 +116,8 @@ export default function Wrapped() {
</button>
</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.Overlay className="fixed z-40 inset-0 bg-black bg-opacity-50 backdrop-blur-sm" />
<Dialog.Content className="fixed z-50 w-full h-full top-0 flex items-center justify-center">
<SwitchableComponentProvider>
<LumeIdentity />
</SwitchableComponentProvider>