We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9451407 commit 5e1a741Copy full SHA for 5e1a741
src/components/swap/components/select-token-modal.tsx
@@ -41,7 +41,7 @@ export const SelectTokenModal = (props: SelectTokenModalProps) => {
41
return (
42
<Dialog onClose={onClose} open={isOpen} className='relative z-50'>
43
<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'>
+ <div className='fixed inset-0 flex w-screen justify-center overflow-scroll p-4'>
45
<DialogPanel
46
className={clsx(
47
'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