PolymerElements / paper-dropdown-menu

A Material Design browser select element
https://www.webcomponents.org/element/PolymerElements/paper-dropdown-menu
61 stars 107 forks source link

Removes scrollbar from main window #56

Closed srikkbhat closed 9 years ago

srikkbhat commented 9 years ago

I use firefox 40 and chrome 45. The issue exists in both the browsers. The demo page for paper-dropdown-menu can be used to recreate the issue. When the drop down is opened, the scroll bar on the main window disappears.

https://elements.polymer-project.org/elements/paper-dropdown-menu?view=demo

srikkbhat commented 9 years ago

This seems to be isolated issue with the demo site. I used this element in my website and it does not have the problem. So I am closing this.

ianbitts commented 8 years ago

I am having this same problem with my project, where the scrollbar is removed when the paper-dropdown-menu is opened. Can you elaborate on how you used the element in your website?

srikkbhat commented 8 years ago

I did not do anything special. I just used it as per the spec and it worked. If you think there is an issue then you can create one with sample code and screen shots.

freshp86 commented 8 years ago

I am noticing this too. "overflow: hidden" is attached to while the dropdown menu is open, which explains why the scrollbar is disappearing.