Skip to content

Commit

Permalink
modal background fix
Browse files Browse the repository at this point in the history
  • Loading branch information
isstuev committed Sep 22, 2023
1 parent b2c9d6a commit 85b0c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/shared/nft/NftMediaFullscreenModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const NftMediaFullscreenModal = ({ isOpen, onClose, children }: Props) => {
return (
<Modal isOpen={ isOpen } onClose={ onClose } motionPreset="none">
<ModalOverlay/>
<ModalContent w="unset" maxW="100vw" p={ 0 }>
<ModalContent w="unset" maxW="100vw" p={ 0 } background="none" boxShadow="none">
<ModalCloseButton position="fixed" top={{ base: 2.5, lg: 8 }} right={{ base: 2.5, lg: 8 }} color="whiteAlpha.800"/>
{ children }
</ModalContent>
Expand Down

0 comments on commit 85b0c40

Please sign in to comment.