mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(Tabbar): incorrect style when using safe-area-inset-bottom (#5079)
This commit is contained in:
parent
49f4bba1f9
commit
86094485cb
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user