♻️ Change overflow:scroll to overflow:auto
This commit is contained in:
@@ -103,7 +103,7 @@ export const CustomDomainsDropdown = ({
|
||||
</Text>
|
||||
</MenuButton>
|
||||
<MenuList maxW="500px" shadow="lg">
|
||||
<Stack maxH={'35vh'} overflowY="scroll" spacing="0">
|
||||
<Stack maxH={'35vh'} overflowY="auto" spacing="0">
|
||||
{(data?.customDomains ?? []).map((customDomain) => (
|
||||
<Button
|
||||
role="menuitem"
|
||||
|
||||
Reference in New Issue
Block a user