mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
fix(Tabbar): incorrect style when using safe-area-inset-bottom (#5079)
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user