Skip to content

Commit 06c40d5

Browse files
authored
Merge pull request #31 from Vituli/zIndex
fix the z-index in pricing page
2 parents a97ddb9 + e6f0884 commit 06c40d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/pricing.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default function Pricing() {
4040
</div>
4141

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

0 commit comments

Comments
 (0)