Skip to content
This repository has been 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
yxh10 opened this issue Feb 28, 2015 · 2 comments
Closed

Comments

@yxh10
Copy link

yxh10 commented Feb 28, 2015

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>

@ThomasBurleson ThomasBurleson modified the milestone: Backlog Mar 12, 2015
@colinbellino
Copy link

I am also seeing this issue in Chrome 41.0.2272.118 (MACOSX)
It is working fine in Firefox 35.0.1.

I created a pen to demonstrate the problem: http://codepen.io/anon/pen/qEGZzB

@ThomasBurleson
Copy link
Contributor

You were not properly including angular-material.css. Fixed - http://codepen.io/team/AngularMaterial/pen/QjwxLW

@Splaktar Splaktar removed this from the - Backlog milestone Feb 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants