Skip to content

Commit

Permalink
Merge pull request #1720 from creative-commoners/pulls/1.13/fix-dropd…
Browse files Browse the repository at this point in the history
…own-in-accordion

FIX Cannot access dropdowns within accordion areas
  • Loading branch information
GuySartorelli authored Apr 8, 2024
2 parents aadc8aa + d1bc8dc commit 7902159
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/dist/styles/bundle.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions client/src/styles/legacy/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,10 @@ button.loading {
}
}
}

.ui-accordion-content-active:not([style*="height"]) {
overflow: visible;
}
}


Expand Down

0 comments on commit 7902159

Please sign in to comment.