mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-18 21:22:14 +00:00
fix onboarding brandpill z index
This commit is contained in:
parent
b1f3128d07
commit
151dc7405b
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ export function MinimalPageLayout(props: { children: React.ReactNode }) {
|
|||
>
|
||||
<BlurEllipsis />
|
||||
{/* Main page */}
|
||||
<div className="fixed px-7 py-5 left-0 top-0">
|
||||
<div className="fixed px-7 py-5 left-0 top-0 z-20">
|
||||
<Link
|
||||
className="block tabbable rounded-full text-xs ssm:text-base"
|
||||
to="/"
|
||||
|
|
|
|||
Loading…
Reference in a new issue