Skip to content

Commit

Permalink
fix: make FAQ's menu z-index bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
nezz0746 committed Oct 3, 2024
1 parent a88fb12 commit bf8e0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Cashout/Components/Faq.comp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const FAQComponent = ({ className }: { className?: string }) => {
leaveFrom="opacity-100"
leaveTo="opacity-0"
>
<Menu.Items className="shadow-primary-4 absolute bottom-full z-30 mb-1 mr-1 w-64 border border-n-1 bg-white px-6 py-3 md:left-0 md:right-auto">
<Menu.Items className="shadow-primary-4 absolute bottom-full z-[10000] mb-1 mr-1 w-64 border border-n-1 bg-white px-6 py-3 md:left-0 md:right-auto">
<Menu.Item as={'div'} className={'text-h8 font-normal'}>
<p>
Cashing out requires KYC. <br></br>Min cashout: $10, max $100k.
Expand Down

0 comments on commit bf8e0a4

Please sign in to comment.