[bugfix] Tab: hide scrollbar in mobile safari (#390)

This commit is contained in:
neverland 2017-12-07 17:39:11 +08:00 committed by GitHub
parent ea8adb4de7
commit 77c429bbce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,11 +74,9 @@ $van-tabs-card-height: 28px;
.van-tabs__nav {
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
&::-webkit-scrollbar {
display: none;
background: transparent;
}
}
}