Skip to content

Commit

Permalink
comment: just non-firefox affected
Browse files Browse the repository at this point in the history
  • Loading branch information
lerni committed Dec 14, 2023
1 parent 18bd8b1 commit 9dfd9c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/src/styles/_chosen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
}

// Avoid chosen dropdowns overflowing when not active
// affects non-firefox #1422
.chosen-container:not(.chosen-container-active) {
overflow: hidden;
}
1 change: 1 addition & 0 deletions client/src/styles/legacy/_preview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
margin-top: -5px;
border: 1px solid $dropdown-border-color;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
// width & right prevent overflow with non-firefox #1422
width: inherit;
right: 0;

Expand Down

0 comments on commit 9dfd9c8

Please sign in to comment.