fix SupportedDapps clipping

This commit is contained in:
apoorvlathey
2023-09-13 18:48:02 +05:30
parent 131d04696d
commit f3a137f297

View File

@@ -98,7 +98,7 @@ function SupportedDapps({
>
<ModalHeader>Select a dapp</ModalHeader>
<ModalCloseButton />
<ModalBody maxH="30rem" overflow={"clip"}>
<ModalBody>
{(!safeDapps || !safeDapps[networkId]) && (
<Center py="3rem" w="100%">
<Spinner />