nobleclem / jQuery-MultiSelect

Turn a multiselect list into a nice and easy to use list with checkboxes.
https://springstubbe.us/projects/jquery-multiselect/
MIT License
289 stars 216 forks source link

Make options DIV respect screen size #199

Closed carlosSFC closed 1 year ago

carlosSFC commented 1 year ago

Have the options DIV dynamically adjust its position relative to the screen size and/or container width. In some scenarios options display off screen and aren't visible to the user (see screenshot).

image

nobleclem commented 1 year ago

The .ms-options div has a default width of 100%. So I suspect that there is something else going on with your specific implementation.