Skip to content

Commit b284119

Browse files
committed
fix(barSubheader): fix border-bottom on android
1 parent 0bed91f commit b284119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scss/_bar.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
.platform-android {
266266

267267
.nav-bar-has-subheader .bar {
268-
border-bottom: 0;
268+
background-image: none;
269269
}
270270

271271
.bar {

0 commit comments

Comments
 (0)