thdoan / pretty-dropdowns

A simple, lightweight jQuery plugin to create stylized drop-down menus.
https://thdoan.github.io/pretty-dropdowns/
MIT License
105 stars 30 forks source link

Overflow in Bootstrap Modals #14

Closed deltaGPhys closed 5 years ago

deltaGPhys commented 5 years ago

No matter what I do, I can't get the dropdown to overflow the header/footer of a BS modal (without everything else overflowing too) - any guidance on that behavior?

thdoan commented 5 years ago

Try setting the menu's z-index to a super-high number like 9999 (or higher).

deltaGPhys commented 5 years ago

That didn't work either - sorry, didn't say that before.

thdoan commented 5 years ago

Do you mind putting up a sample page showing the issue?

deltaGPhys commented 5 years ago

Issue was resolved by setting the modal-body's overflow-y to visible (from auto).