From 9fbe76ebefb4ec86d57b0fce3d171f5bb84cddaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B4mulo=20Penido?= Date: Wed, 20 Dec 2023 11:46:26 -0300 Subject: [PATCH] style: add comment about modal style to allow dropdown overflow --- src/taxonomy/manage-orgs/ManageOrgsModal.scss | 6 ++++++ 1 file changed, 6 insertions(+) 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 {