Skip to content

Commit

Permalink
fix z-index of thank you page contents (#2245)
Browse files Browse the repository at this point in the history
  • Loading branch information
olaszakos authored Dec 8, 2023
1 parent ac2e6bd commit b257d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/thank-you.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function ThankYouPage(): JSX.Element {
variants={transitions.item}
/>
<section className="max-w-page relative px-6 pt-20 mb-20 md:mb-40 md:px-12.5 md:mx-auto md:pt-40 ">
<div className="md:w-7/10 lg:w-6/10 md:ml-1/12 relative z-[1001]">
<div className="md:w-7/10 lg:w-6/10 md:ml-1/12 relative z-0">
<motion.h1
className="tw-heading-3 md:tw-heading-2 mb-10"
variants={transitions.item}
Expand Down

0 comments on commit b257d4c

Please sign in to comment.