Skip to content Skip to sidebar Skip to footer

Why Does The Chosen Select Dropdown Goes Under The Footer Div

I have the following HTML:

Solution 1:

Remove overflow: hidden from the bodyMainContentHolder. Your container is hiding the inner drop-down div.

http://jsfiddle.net/e62Wu/77/

Post a Comment for "Why Does The Chosen Select Dropdown Goes Under The Footer Div"