This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
#bug Subheader position is wrong when the toolbar is md-scroll-shrink in Chrome #1726
Closed
Description
When you put a subheader under content and having a md-scroll-shrtink toolbar on the same page, the postions of subheader is wrong if you scroll down in Chrome. This might be related to #1647
<div layout="column" layout-fill>
<md-toolbar md-scroll-shrink>
</md-toolbar>
<md-content style="height: 100vh;">
<md-subheader>test</md-subheader>
<p>blah bla which is long enough cause scrolling</p>
</md-content>
</div>