You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
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>
The text was updated successfully, but these errors were encountered:
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>
The text was updated successfully, but these errors were encountered: