Commit 1b65d6a1 authored by Charles Bachmeier's avatar Charles Bachmeier Committed by GitHub

fix: lisiting modal (#5464)

fix lisitng modal
Co-authored-by: default avatarCharles Bachmeier <charlie@genie.xyz>
parent 677fabf7
...@@ -322,7 +322,9 @@ const Bag = () => { ...@@ -322,7 +322,9 @@ const Bag = () => {
)} )}
</Column> </Column>
) : ( ) : (
<ListingModal /> <Column zIndex={isMobile || isOpen ? 'modalOverTooltip' : '3'} className={styles.bagContainer}>
<ListingModal />
</Column>
)} )}
{isDetailsPage ? ( {isDetailsPage ? (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment