Skip to content

Commit

Permalink
FIX overflow hidden from inactive chosen
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Dec 7, 2022
1 parent 5812418 commit bd2f535
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion client/dist/js/bundle.js

Large diffs are not rendered by default.

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 bd2f535

Please sign in to comment.