feat:兼容安卓手机,键盘唤起时会把底部导航往上推的bug

This commit is contained in:
weifashi 2023-10-07 14:18:34 +08:00
parent 157147ded7
commit eea9d1f3ce

View File

@ -414,4 +414,12 @@ body.window-portrait {
width: 94%;
max-width: none;
}
@media (max-height: 400px) {
.mobile-tabbar,.messenger-menu {
display: none !important;
}
.page-manage.show-tabbar .manage-box-main{
margin-bottom: 0 !important;
}
}
}