Skip to content

Commit

Permalink
Merge pull request #204 from NREL/Group-Constraints
Browse files Browse the repository at this point in the history
fix scroll on multiselect group constraint dropdowns
  • Loading branch information
hannamocha authored Aug 12, 2024
2 parents 3f593f2 + 2365eea commit 785cdae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions calliope_app/client/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,12 @@ button.multiselect.dropdown-toggle {
border: 1px solid #ced4da;
}

.multiselect-container.dropdown-menu.show {
overflow-y: scroll;
max-height: 250px;
min-width: 525px;
}

.nav-dropdown, .select2, .select2-selection {
background-color: #ccd0d6 !important;
font-size: 1.2em;
Expand Down

0 comments on commit 785cdae

Please sign in to comment.