Skip to content

Commit

Permalink
Merge pull request #3347 from mikejpeters/patch-1
Browse files Browse the repository at this point in the history
fix(css): fix header bar in modals with top tabs
  • Loading branch information
tlancina committed Apr 10, 2015
2 parents 2a1d15f + 0675792 commit 6f9bd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
.has-subheader {
top: $bar-height + $bar-subheader-height;
}
.has-tabs-top {
.has-header.has-tabs-top {
top: $bar-height + $tabs-height;
}
.has-header.has-subheader.has-tabs-top {
Expand Down

0 comments on commit 6f9bd35

Please sign in to comment.