Closed Chatewgne closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 91.01%. Comparing base (
be35fbc
) to head (403b669
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
It can be problematic to remove this CSS property if you have a form larger than the height of your screen; without he overflow
the max-height
prop is ignored and the content of the popup window must exceed the screen size.
Maybe you can add an extra padding to your input container if the last item contains an input with multiple choices
#mainfilter .form-group > p:last-child:has(.chosen-container-multi) {
padding-bottom: 12rem;
}
Before :
After :