nobleclem/jQuery-MultiSelect

Make options DIV respect screen size

Closed this issue · 1 comments

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

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