fix(Tabbar): incorrect style when using safe-area-inset-bottom (#5079)

This commit is contained in:
neverland 2019-11-22 10:57:55 +08:00 committed by GitHub
parent 49f4bba1f9
commit 86094485cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
.van-tabbar { .van-tabbar {
display: flex; display: flex;
box-sizing: content-box;
width: 100%; width: 100%;
height: @tabbar-height; height: @tabbar-height;
background-color: @tabbar-background-color; background-color: @tabbar-background-color;