This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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. closes #4276.
- Loading branch information
1 parent
cecba23
commit 8c921a6
Showing
3 changed files
with
50 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters