We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bootstrap-multiselect/dist/js/bootstrap-multiselect.js
Line 728 in aade5e6
This line is blocking scroll on touch device.
The text was updated successfully, but these errors were encountered:
In Bootstrap 4 > add rules in your css
button.multiselect-option.dropdown-item { width: auto !important; } span.multiselect-group.dropdown-item-text { display: inline-flex !important; cursor: default; }
or use SASS || Mobile Sizes
@include media-breakpoint-down(sm)
how you want.
Sorry, something went wrong.
Is it necessary for 4.6?
No branches or pull requests
bootstrap-multiselect/dist/js/bootstrap-multiselect.js
Line 728 in aade5e6
This line is blocking scroll on touch device.
The text was updated successfully, but these errors were encountered: