Skip to content

Commit

Permalink
fix(ionModal): fix header bar in modals with top tabs
Browse files Browse the repository at this point in the history
Closes #3347. Closes #3346
  • Loading branch information
mhartington committed Apr 10, 2015
1 parent 1e36afc commit 4060468
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 4060468

Please sign in to comment.