Skip to content

Commit 67b34b5

Browse files
wackerowpettinarip
andauthored
refactor: use semantic z-index class
Co-authored-by: Pablo Pettinari <[email protected]>
1 parent 7dc7aba commit 67b34b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/[locale]/resources.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ const ResourcesPage = ({ txCostsMedianUsd }) => {
115115
heroImg={heroImg}
116116
/>
117117

118-
<div className="sticky top-1 z-10 my-8 flex flex-col items-center gap-3 py-4 text-center md:top-6 md:px-2">
118+
<div className="sticky top-1 z-sticky my-8 flex flex-col items-center gap-3 py-4 text-center md:top-6 md:px-2">
119119
<div className="my-2 text-body-medium">
120120
{t("page-resources-whats-on-this-page")}
121121
</div>

0 commit comments

Comments
 (0)