|
|
|
@ -699,7 +699,7 @@ export default function QuestionsListClient({ |
|
|
|
<PageBackground disabled /> |
|
|
|
<main |
|
|
|
style={{ paddingBottom: "calc(100px + var(--safe-bottom))" }} |
|
|
|
className="-mx-[17px] relative min-h-screen overflow-x-clip bg-[#F5F5F5] px-[17px] pt-0" |
|
|
|
className="-mx-[17px] relative flex h-dvh min-h-0 flex-col overflow-y-auto overflow-x-hidden bg-[#F5F5F5] px-[17px] pt-0 overscroll-y-contain" |
|
|
|
> |
|
|
|
<div className="pointer-events-none absolute inset-x-0 top-0 h-[240px] bg-[radial-gradient(circle_at_top,rgba(255,255,255,0.98)_0%,rgba(255,255,255,0.7)_42%,rgba(255,255,255,0)_100%)]" /> |
|
|
|
<div className="pointer-events-none absolute -top-16 left-1/2 h-[220px] w-[220px] -translate-x-1/2 rounded-full bg-white/70 blur-3xl" /> |
|
|
|
@ -906,7 +906,7 @@ export default function QuestionsListClient({ |
|
|
|
|
|
|
|
<main |
|
|
|
style={{ paddingBottom: "calc(100px + var(--safe-bottom))" }} |
|
|
|
className="-mx-[17px] relative min-h-screen overflow-x-clip bg-[#F5F5F5] px-[17px] pt-0" |
|
|
|
className="-mx-[17px] relative flex h-dvh min-h-0 flex-col overflow-y-auto overflow-x-hidden bg-[#F5F5F5] px-[17px] pt-0 overscroll-y-contain" |
|
|
|
> |
|
|
|
<div className="pointer-events-none absolute inset-x-0 top-0 h-[240px] bg-[radial-gradient(circle_at_top,rgba(255,255,255,0.98)_0%,rgba(255,255,255,0.7)_42%,rgba(255,255,255,0)_100%)]" /> |
|
|
|
<div className="pointer-events-none absolute -top-16 left-1/2 h-[220px] w-[220px] -translate-x-1/2 rounded-full bg-white/70 blur-3xl" /> |
|
|
|
|