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

Resizing/Styling/Too huge #299

Open JMurph2015 opened 5 years ago

JMurph2015 commented 5 years ago

Description

The dropdown renders much too large for my application (approx. 60px tall?), which may abide by Material Design best practices, but doesn't work one bit in a high density professional application.

Expected outcome

API to resize it, or have the rest of the component size relative to the top level component. Also there a random 19px span sitting at the top that isn't ideal either. Would be a much more useful component if it could be truly drag and dropped into an arbitrary layout, but with its rigid sizing, it only works with specific app types (ie mobile or low density) and specific layouts.

Actual

No clear way to resize it. When the parent is resized, the rest of it just overflows, changing nothing.