PolymerElements / paper-dialog-scrollable

A scrollable area used in a Material Design dialog
15 stars 18 forks source link

Top divider is broken when scrolled while containing a paper-menu component #11

Closed bpinney closed 8 years ago

bpinney commented 9 years ago

screen shot 2015-06-19 at 16 54 14

Expected result:

Divider is solid across the element. screen shot 2015-06-19 at 16 54 53

notwaldorf commented 8 years ago

Does this repro with paper-listbox instead of paper-menu? That element is a faster version of paper-menu, with a slightly different style api that might fix this bug

bpinney commented 8 years ago

Yes, the issue is still present with paper-listbox as opposed to paper-menu.

valdrinkoshi commented 8 years ago

issue on paper-dialog-scrollable which should set z-index for the dividers so that they render on top This has been fixed with https://github.com/PolymerElements/paper-dialog-scrollable/commit/ba973d2ddef8042ce08329be29efe723061ab68a http://jsbin.com/caruri/1/edit?html,output