Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
fix(subheader): make content clickable
Browse files Browse the repository at this point in the history
Closes #554.
  • Loading branch information
ajoslin committed Jan 12, 2015
1 parent 3e45307 commit 7178b6d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/subheader/subheader.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,9 @@ $subheader-sticky-shadow: 0px 2px 4px 0 rgba(0,0,0,0.16) !default;
animation: subheaderStickyHoverOut 0.3s ease-out both;
}
}

.md-subheader-content {
z-index: 1;
position: relative;
}
}

0 comments on commit 7178b6d

Please sign in to comment.