Skip to content

Commit

Permalink
prevents hor. scrollbar, also reverts #7b430d4
Browse files Browse the repository at this point in the history
  • Loading branch information
lerni committed Dec 1, 2023
1 parent ecd166c commit 18bd8b1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions client/dist/styles/bundle.css

Large diffs are not rendered by default.

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

// Avoid chosen dropdowns overflowing when not active
.chosen-container:not(.chosen-container-active) {
overflow: hidden;
}
4 changes: 3 additions & 1 deletion client/src/styles/legacy/_preview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,13 @@
width: auto !important;
}

.chosen-drop{
.chosen-drop {
padding: 0;
margin-top: -5px;
border: 1px solid $dropdown-border-color;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
width: inherit;
right: 0;

ul.chosen-results {
padding: $dropdown-padding-y 0;
Expand Down

0 comments on commit 18bd8b1

Please sign in to comment.