Closed Ortham closed 7 years ago
Thanks for your PR! Before this can be merged, please sign the CLA. See the CONTRIBUTING guide.
I did so when I submitted the PR, though my name isn't listed in the guide: I'm not sure how/when that happens...
Checking again on the Google Developers page shows that my agreement is on file. On 23 Nov 2014 12:20, "Addy Osmani" notifications@github.com wrote:
Thanks for your PR! Before this can be merged, please sign the CLA. See the CONTRIBUTING http://polymer.github.io/CONTRIBUTORS.txt guide.
— Reply to this email directly or view it on GitHub https://github.com/Polymer/core-list/pull/50#issuecomment-64116033.
Closing this as it's obsolete.
This adds z translation to items so that earlier list items are stacked on top of later list items. My specific usage case is for list items that contain dropdown menus.
Without this change, such menus are hidden underneath later list elements, and to solve this would require (to my knowledge) either layered (and so non-scrolling) dropdowns, or event-handling menus from outside the
<core-list>
, which is a more complicated solution than this.