Skip to content

Commit

Permalink
Merge branch '5.0/fix-selection-box-overlapping-content' into 5.0-trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrandtbuffalo committed Sep 15, 2023
2 parents 6322a8f + 84750a1 commit 16af35b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions share/static/css/elevator-light/forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -437,17 +437,15 @@ textarea.code {
}

.selectionbox-js .source .contents,
.selectionbox-js .source .contents ul {
min-height: 250px; /* to be consistent with the following .destination */
.selectionbox-js .destination .contents {
min-height: 350px;
max-height: 1000px;
}

/* include ul rule specifically to make the drop target work when there are
no selected searches */
.selectionbox-js .destination .contents,
.selectionbox-js .destination .contents ul {
min-height: 250px;
max-height: 1000px;
}

.selectionbox-js h2 {
Expand Down

0 comments on commit 16af35b

Please sign in to comment.