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

Commit

Permalink
fix(subheader): Set styles to allow click/hover when stickied.
Browse files Browse the repository at this point in the history
Previously, the inner DIVs of the subheader component were not set
to use `display: block`, so you could potentially have contents
that were inaccessible.

fixes #3932
  • Loading branch information
topherfangio committed Aug 21, 2015
1 parent c9f2b9f commit 2ed6311
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/subheader/subheader.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,12 @@ $subheader-sticky-shadow: 0px 2px 4px 0 rgba(0,0,0,0.16) !default;
position: relative;

.md-subheader-inner {
display: block;
padding: $subheader-padding;
}

.md-subheader-content {
display: block;
z-index: 1;
position: relative;
}
Expand Down

0 comments on commit 2ed6311

Please sign in to comment.