Skip to content

Commit 8efe1f6

Browse files
committed
Merge pull request #208 from dbaq/master
Fix subheader position for ios7
2 parents 787d380 + 109a2d0 commit 8efe1f6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

scss/_platform.scss

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,12 @@
1616
.has-header {
1717
top: 64px;
1818
}
19-
}
2019

20+
.bar-subheader {
21+
top: 64px;
22+
}
23+
24+
.has-subheader {
25+
top: 108px;
26+
}
27+
}

0 commit comments

Comments
 (0)