Skip to content

Commit bc557f8

Browse files
authored
fix(examples/hub-next): keep the auth overlay above the dashboard (#259)
1 parent 3672417 commit bc557f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • examples/hub-next/src/client/app

examples/hub-next/src/client/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ function AuthOverlay({ rpc }: { rpc: DevframeRpcClient }) {
295295
}
296296

297297
return (
298-
<div className="fixed inset-0 grid place-items-center of-auto bg-base p8 color-base">
298+
<div className="fixed inset-0 z-modal-content grid place-items-center of-auto bg-base p8 color-base">
299299
<div className="w-full max-w-100 flex flex-col items-center text-center">
300300
<div className="grid size-16 place-items-center rounded-2xl bg-active">
301301
<span className="i-ph-shield-check-duotone text-4xl color-active" />

0 commit comments

Comments
 (0)