Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Bug bash fixes #574

Merged
merged 2 commits into from
Dec 8, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/next-react/src/components/UI/Modals/BuyModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ const BuyModal = ({ open, onClose, token }) => {
<Transition.Root show={open && modalVisibility} as={Fragment} afterLeave={afterModalCloseAnimation}>
<Dialog
static
className="fixed xs:inset-0 overflow-y-auto z-10 pt-[96px] md:pt-0 w-full modal-mobile-position"
className="fixed xs:inset-0 overflow-y-auto z-[2] pt-[96px] md:pt-0 w-full modal-mobile-position"
open={open}
onClose={updateModalVisibility}
>
Expand Down
Loading