fix: lib working weirdly not anymore
This commit is contained in:
parent
4e5b8a5eab
commit
7f30d9091a
|
@ -116,8 +116,8 @@ export default function Wrapped() {
|
||||||
</button>
|
</button>
|
||||||
</Dialog.Trigger>
|
</Dialog.Trigger>
|
||||||
<Dialog.Portal>
|
<Dialog.Portal>
|
||||||
<Dialog.Overlay className="bg-black/90 data-[state=open]:animate-overlayShow fixed inset-0" />
|
<Dialog.Overlay className="fixed z-40 inset-0 bg-black bg-opacity-50 backdrop-blur-sm" />
|
||||||
<Dialog.Content className="w-full h-full absolute top-0 flex items-center justify-center">
|
<Dialog.Content className="fixed z-50 w-full h-full top-0 flex items-center justify-center">
|
||||||
<SwitchableComponentProvider>
|
<SwitchableComponentProvider>
|
||||||
<LumeIdentity />
|
<LumeIdentity />
|
||||||
</SwitchableComponentProvider>
|
</SwitchableComponentProvider>
|
||||||
|
|
Loading…
Reference in New Issue