mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-14 04:32:49 +00:00
feat:兼容安卓手机,键盘唤起时会把底部导航往上推的bug
This commit is contained in:
parent
157147ded7
commit
eea9d1f3ce
8
resources/assets/sass/components/mobile.scss
vendored
8
resources/assets/sass/components/mobile.scss
vendored
@ -414,4 +414,12 @@ body.window-portrait {
|
|||||||
width: 94%;
|
width: 94%;
|
||||||
max-width: none;
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user