fix the z-index in pricing page
This commit is contained in:
parent
0e8dd90478
commit
e6f0884adf
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ export default function Pricing() {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="-mt-10 mb-10 flex flex-col items-center justify-center sm:mx-10 lg:mx-20">
|
<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
|
<div
|
||||||
className="relative flex w-full rounded-full border border-[#b0b0b0] bg-gray-200/70"
|
className="relative flex w-full rounded-full border border-[#b0b0b0] bg-gray-200/70"
|
||||||
onClick={toggleBillingCycle}
|
onClick={toggleBillingCycle}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue