Skip to content

Commit d53a38e

Browse files
committed
fix(header): fix no-border on ios headers
fixes #9525 closes #9480
1 parent 1c52c2d commit d53a38e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/toolbar/toolbar.ios.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ $navbar-ios-height: $toolbar-ios-height !default;
7373
}
7474

7575
.header-ios[no-border] {
76-
border-top-width: 0;
76+
border-bottom-width: 0;
7777
}
7878

7979
.footer-ios[no-border] {

0 commit comments

Comments
 (0)