Skip to content

Commit 469dc33

Browse files
committed
fix: subnav z-index
Fixes subnav bar being hidden by radial chart on /resources page
1 parent c4c0cd8 commit 469dc33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/[locale]/resources/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
7575
/>
7676

7777
<Stack className="gap-4 px-2 py-6 md:gap-8 md:px-4 lg:px-8 xl:gap-11">
78-
<div className="sticky top-5 flex flex-col items-center gap-3 text-center md:top-6 md:px-2">
78+
<div className="sticky top-5 z-docked flex flex-col items-center gap-3 text-center md:top-6 md:px-2">
7979
<div className="my-2 text-body-medium">
8080
{t("page-resources-whats-on-this-page")}
8181
</div>

0 commit comments

Comments
 (0)