Polymer / pwa-starter-kit

Starter templates for building full-featured Progressive Web Apps from web components.
https://pwa-starter-kit.polymer-project.org
2.36k stars 431 forks source link

Items in toolbar-list clickable through toolbar-top #389

Closed mytiope closed 4 years ago

mytiope commented 4 years ago

Menu items in the toolbar-list can be clicked while they are behind the toolbar-top.

  1. Scroll down the page to the bottom of the page.
  2. Scroll up the page one scroll wheel click -- to reveal the toolbar-top, but not the toolbar-list.
  3. Even though you cannot see the toolbar-list menu items, they are clickable.

It seems like the toolbar-list menu items should not be clickable in that case. Can this be fixed with styling somehow? I couldn't get z-indexes to help. Maybe this is a generic app-header element bug (transform translate3d related?).

Chrome and Firefox both seem to act the same.

sdykae commented 4 years ago

373

stale[bot] commented 4 years ago

This project is no longer under development and will be transitioning to a read-only repo. Thank you for your contributions.