Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
imhson committed Nov 1, 2024
1 parent dabce11 commit 372c294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/event/ava-2024/IPModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export default function IPModal({
<div
className='relative md:hidden bg-no-repeat pt-[72px] px-8 pb-4 aspect-[375/658] overflow-hidden h-[80dvh] w-[90vw] max-w-[395px] backdrop-blur-md'
style={{ backgroundImage: `url(${MobileBackground.src})`, backgroundSize: '100% 100%' }}>
<div className='h-full w-full overflow-auto'>
<div className='h-[calc(80dvh-88px)] w-full overflow-auto no-scrollbar'>
{collectedCharacters?.data && (
<div className='bg-[#002812] rounded-md py-0.5 pr-4 pl-1.5 mb-2.5 flex gap-2 items-center w-fit'>
<Image src={Point} alt='' />
Expand Down

0 comments on commit 372c294

Please sign in to comment.