marcj / jquery-selectBox

A jQuery plugin for replacing <select> elements.
http://marcj.github.io/jquery-selectBox/
549 stars 212 forks source link

Dropdown menu remains fixed when scrolling inside a self-scrolling container #151

Open gfiux opened 10 years ago

gfiux commented 10 years ago

I managed to get the the select boxes styled and looking good. However I have the below:

html,body { height: 100%; overflow: hidden; }

The select boxes are inside a scrolling container however when there is a menu visible and you try to scroll the menu is not moving with the select and is staying in its original position please help.

shastry-chamarthi commented 10 years ago

Please check the code with this pull request and let us know if this still not fixed.

https://github.com/marcj/jquery-selectBox/pull/105/files

Best regards, Sathyanarayana Sastry Chamarthi Sr.Technical Analyst +919700072255

On Wed, Mar 12, 2014 at 5:28 PM, gfiux notifications@github.com wrote:

I managed to get the the select boxes styled and looking good. However I have the below:

html,body { height: 100%; overflow: hidden; }

The select boxes are inside a scrolling container however when there is a menu visible and you try to scroll the menu is not moving with the select and is staying in its original position please help.

Reply to this email directly or view it on GitHubhttps://github.com/marcj/jquery-selectBox/issues/151 .

gfiux commented 10 years ago

Hi I updated the jquery library file but still the issue persists....