Skip to content

Commit

Permalink
FIX Remove overflow hidden from inactive chosen (#1422)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Dec 13, 2022
1 parent 03d829f commit 7b430d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion client/dist/styles/bundle.css

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions client/src/styles/_chosen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,3 @@
.chosen-container-multi .chosen-choices {
padding: 4px 5px;
}

// Avoid chosen dropdowns overflowing when not active
.chosen-container:not(.chosen-container-active) {
overflow: hidden;
}

0 comments on commit 7b430d4

Please sign in to comment.