File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/components/swap/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ export const SelectTokenModal = (props: SelectTokenModalProps) => {
41
41
return (
42
42
< Dialog onClose = { onClose } open = { isOpen } className = 'relative z-50' >
43
43
< DialogBackdrop className = 'bg-ic-black fixed inset-0 bg-opacity-60 backdrop-blur' />
44
- < div className = 'fixed inset-0 flex w-screen justify-center p-4' >
44
+ < div className = 'fixed inset-0 flex w-screen items-center justify-center p-4' >
45
45
< DialogPanel
46
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-hidden rounded-xl border-2 p-0 dark:bg-[#18181b]' ,
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]' ,
48
48
isDarkMode ? 'dark' : '' ,
49
49
) }
50
50
>
You can’t perform that action at this time.
0 commit comments