fix: handle assign identity modal overflow

This commit is contained in:
Scott Wilson
2025-10-20 19:38:27 -07:00
parent 67c8a0e168
commit f2c6884499

View File

@@ -244,6 +244,7 @@ export const IdentitySection = withPermission(
<ModalContent
title="Assign Existing Identity"
subTitle="Assign an existing identity from your root organization to the sub organization. The identity will continue to be managed at its original scope."
bodyClassName="overflow-visible"
>
<IdentityLinkForm onClose={() => handlePopUpClose("linkIdentity")} />
</ModalContent>