googlearchive / paper-dropdown-menu

A UI control to choose an option from a drop-down menu, similar to a <select>
23 stars 21 forks source link

dropdown not working inside drawer #71

Open hedcet opened 8 years ago

hedcet commented 8 years ago

dropdown not showing if it inside paper-drawer-panel drawer & width equal to 600px

jahglow commented 8 years ago

It doesn't work indeed, because iron-dropdown gets hidden because its width equals to zero(if you resize the window gradually when a dropdown is open, you can see that the dropped content gets pushed together and eventually disappears.)