Fix subheader position for ios7

This commit is contained in:
dbaq
2013-11-24 21:29:10 -08:00
parent 787d380ff0
commit 109a2d0ef2

View File

@@ -16,5 +16,12 @@
.has-header {
top: 64px;
}
}
.bar-subheader {
top: 64px;
}
.has-subheader {
top: 108px;
}
}