We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 798fdac + 469dc33 commit 404ecd8Copy full SHA for 404ecd8
app/[locale]/resources/page.tsx
@@ -75,7 +75,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
75
/>
76
77
<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">
+ <div className="sticky top-5 z-docked flex flex-col items-center gap-3 text-center md:top-6 md:px-2">
79
<div className="my-2 text-body-medium">
80
{t("page-resources-whats-on-this-page")}
81
</div>
0 commit comments