Skip to content

Commit

Permalink
style: add comment about modal style to allow dropdown overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rpenido committed Dec 20, 2023
1 parent f962b29 commit 9fbe76e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/taxonomy/manage-orgs/ManageOrgsModal.scss
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 9fbe76e

Please sign in to comment.