Skip to content

Commit

Permalink
Fix subheader position for ios7
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaq committed Nov 25, 2013
1 parent 787d380 commit 109a2d0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion scss/_platform.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,12 @@
.has-header {
top: 64px;
}
}

.bar-subheader {
top: 64px;
}

.has-subheader {
top: 108px;
}
}

0 comments on commit 109a2d0

Please sign in to comment.