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

Conflict with overflow css rules #1250

Open
guillaumecardon opened this issue Jan 27, 2023 · 0 comments
Open

Conflict with overflow css rules #1250

guillaumecardon opened this issue Jan 27, 2023 · 0 comments

Comments

@guillaumecardon
Copy link

Hello,

As you can read here : https://datatables.net/forums/discussion/comment/216696 there is a conflict between multiselect used in a Datatables with fixedColumns
Creator have the following answer :

The issue is that the header container must have overflow: hidden - otherwise the parts that are out of scroll view would be visible! But the Bootstrap select there is being placed inside that container - thus it also gets cut off.

What you need is for the dropdown to be attached to the body and then use CSS positioning to put it in the correct location in the document. I've just had a look at the Bootstrap Multiselect options but there doesn't appear to be an option for that. You could perhaps ask in their support channels.

There is no other workaround for this that I'm aware of.

You can find a test case here : https://jsbin.com/hitucal/edit?html,js,output

Have you got a solution/workaround ?
Thanks

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

1 participant