Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

style(subheader): width styling with scrolling #1339

Closed
ThomasBurleson opened this issue Jan 29, 2015 · 2 comments
Closed

style(subheader): width styling with scrolling #1339

ThomasBurleson opened this issue Jan 29, 2015 · 2 comments
Assignees
Milestone

Comments

@ThomasBurleson
Copy link
Contributor

Demo with Subheader shows subheader not full-width when elevated due to scrolling.

@rschmukler
Copy link
Contributor

This is a byproduct of achieving a mobile-performant sticky subheader.

@rschmukler rschmukler added the needs: team discussion This issue requires a decision from the team before moving forward. label Mar 25, 2015
@robertmesserle
Copy link
Contributor

I believe a wrapper div that does not scroll should handle this.

<md-content>
  <div class="content-inner">
    <!-- sticky headers live here -->
  </div>
</md-content>

@robertmesserle robertmesserle removed the needs: team discussion This issue requires a decision from the team before moving forward. label Mar 25, 2015
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

3 participants