Description
<app-header-layout> clobbers it's header's scrollTarget in _updateLayoutStates
Expected outcome
If scrollTarget is set on header, it should be respected
Actual outcome
scrollTarget is reset to either documentElement or contentContainer
Live Demo
https://jsbin.com/wusagubagi/1/edit?html,js,console
Steps to reproduce
- Put a
app-header-layout element in the page with an app-header.
- set the app-header scrollTarget property.
- scrollTarget is reset by app-header-layout.
Browsers Affected