Open
Description
I have a bootstrap multiselect dropdown within a div as shown in this link http://jsfiddle.net/The_Outsider/8watL2L1/7/
I would like to have the multiselect dropdown drop it's options outside the div,that is I would not want the outside div(in red) to scroll. I want it to resemble the normal dropdown who's code I have below it.
By making the outer div(.FixedHeightContainer), scroll = visible, I am taking away the option of scroll for the div. I want the scroll of the div but not when using the multiselect drop down