Skip to content

Commit b976f3f

Browse files
committed
Fix ios status bar
1 parent 938fca8 commit b976f3f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/image-viewer.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ image-viewer.ion-page {
1717
background-color: transparent;
1818
}
1919

20+
&.toolbar.toolbar-ios {
21+
padding-top: calc(20px + 4px);
22+
}
23+
2024
.bar-button-default {
2125
color: white;
2226
}

0 commit comments

Comments
 (0)