diff --git a/src/taxonomy/manage-orgs/ManageOrgsModal.scss b/src/taxonomy/manage-orgs/ManageOrgsModal.scss index a04cbf56f6..4ae418ece0 100644 --- a/src/taxonomy/manage-orgs/ManageOrgsModal.scss +++ b/src/taxonomy/manage-orgs/ManageOrgsModal.scss @@ -1,4 +1,10 @@ .manage-orgs { + /* + This style is needed to override the default overflow: scroll on the modal, + preventing the dropdown to overflow the modal. + This is being fixed here: + https://github.com/openedx/paragon/pull/2939 + */ overflow: visible !important; .pgn__modal-body {