Skip to content

Commit

Permalink
Merge pull request #31 from Vituli/zIndex
Browse files Browse the repository at this point in the history
fix the z-index in pricing page
  • Loading branch information
MarconLP authored Nov 18, 2024
2 parents a97ddb9 + e6f0884 commit 06c40d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/pricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function Pricing() {
</div>

<div className="-mt-10 mb-10 flex flex-col items-center justify-center sm:mx-10 lg:mx-20">
<div className="z-20 mt-4 flex items-center gap-2 lg:mt-8">
<div className="z-10 mt-4 flex items-center gap-2 lg:mt-8">
<div
className="relative flex w-full rounded-full border border-[#b0b0b0] bg-gray-200/70"
onClick={toggleBillingCycle}
Expand Down

0 comments on commit 06c40d5

Please sign in to comment.