From 86094485cb02198f6e8ae2ced83eb5e293bc6ec7 Mon Sep 17 00:00:00 2001 From: neverland Date: Fri, 22 Nov 2019 10:57:55 +0800 Subject: [PATCH] fix(Tabbar): incorrect style when using safe-area-inset-bottom (#5079) --- src/tabbar/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tabbar/index.less b/src/tabbar/index.less index 92c3fc86b..7340ecf94 100644 --- a/src/tabbar/index.less +++ b/src/tabbar/index.less @@ -2,6 +2,7 @@ .van-tabbar { display: flex; + box-sizing: content-box; width: 100%; height: @tabbar-height; background-color: @tabbar-background-color;