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

fix(subheader/sticky): Stick subheader to content instead of parent. #4276

Closed
wants to merge 1 commit into from

Commits on Aug 24, 2015

  1. fix(subheader/sticky): Stick subheader to content instead of parent.

    The `$mdSticky` service used to stick it's contents to the parent
    of the `<md-content>` container. This resulted in some odd styling
    issues and the inability to have two lists with sticky subheaders
    side-by-side.
    
    This fix appends the subheaders directly to the `<md-content>` to
    fix this issue.
    
    Also, updated subheaders to use `<div>` tags instead of `<h2>`.
    
    fixes #3535
    topherfangio committed Aug 24, 2015
    Configuration menu
    Copy the full SHA
    3ab66b3 View commit details
    Browse the repository at this point in the history