Skip to content
New issue

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

Scroll blocking on mobile devices #1248

Open
livingroot opened this issue Dec 30, 2022 · 2 comments
Open

Scroll blocking on mobile devices #1248

livingroot opened this issue Dec 30, 2022 · 2 comments

Comments

@livingroot
Copy link

This line is blocking scroll on touch device.

@xDeSwa
Copy link

xDeSwa commented Mar 27, 2023

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.

@cecilmilleriouxGit
Copy link

Is it necessary for 4.6?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants