Skip to content

Commit 5e1a741

Browse files
committed
update scroll behavior
1 parent 9451407 commit 5e1a741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/swap/components/select-token-modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const SelectTokenModal = (props: SelectTokenModalProps) => {
4141
return (
4242
<Dialog onClose={onClose} open={isOpen} className='relative z-50'>
4343
<DialogBackdrop className='bg-ic-black fixed inset-0 bg-opacity-60 backdrop-blur' />
44-
<div className='fixed inset-0 flex w-screen items-center justify-center p-4'>
44+
<div className='fixed inset-0 flex w-screen justify-center overflow-scroll p-4'>
4545
<DialogPanel
4646
className={clsx(
4747
'border-ic-gray-100 dark:border-ic-gray-950 bg-ic-white text-ic-black dark:text-ic-white mx-0 my-4 w-full max-w-sm overflow-scroll rounded-xl border-2 p-0 dark:bg-[#18181b]',

0 commit comments

Comments
 (0)