Skip to content

Commit

Permalink
Form io dropdown bug fix (#2168)
Browse files Browse the repository at this point in the history
  • Loading branch information
djnunez-aot authored Sep 12, 2023
1 parent b93bd15 commit 6270e92
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions met-web/src/components/Form/formio.scss
Original file line number Diff line number Diff line change
Expand Up @@ -639,3 +639,8 @@ div[disabled] {
.formio-component-breadcrumbClickable {
display: none;
}

.choices__list.choices__list--dropdown {
overflow-y: auto !important;
max-height: 200px !important;
}

0 comments on commit 6270e92

Please sign in to comment.