We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iphoneXR/11(带底部黑条的手机)下滑时浏览器底部工具栏隐藏,购物车页面的底部tabbar会被submitbar遮挡。
我的解决方法:给 submitbar 也添加 safe-area-inset-bottom 属性,同时设置
safe-area-inset-bottom
/deep/.van-submit-bar { bottom: 1.333rem; background-color: transparent; .van-submit-bar__bar { background-color: #fff; } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
iphoneXR/11(带底部黑条的手机)下滑时浏览器底部工具栏隐藏,购物车页面的底部tabbar会被submitbar遮挡。
我的解决方法:给 submitbar 也添加
safe-area-inset-bottom
属性,同时设置The text was updated successfully, but these errors were encountered: