There was an error while loading. Please reload this page.
1 parent 3672417 commit bc557f8Copy full SHA for bc557f8
1 file changed
examples/hub-next/src/client/app/page.tsx
@@ -295,7 +295,7 @@ function AuthOverlay({ rpc }: { rpc: DevframeRpcClient }) {
295
}
296
297
return (
298
- <div className="fixed inset-0 grid place-items-center of-auto bg-base p8 color-base">
+ <div className="fixed inset-0 z-modal-content grid place-items-center of-auto bg-base p8 color-base">
299
<div className="w-full max-w-100 flex flex-col items-center text-center">
300
<div className="grid size-16 place-items-center rounded-2xl bg-active">
301
<span className="i-ph-shield-check-duotone text-4xl color-active" />
0 commit comments