手机网页里点击input框时输入法把框档上了

手机网页里点击input框时输入法把框档上了,目前测试为除了vivo几款手机以为,其它手机均可用。

以下是部分css代码:

.wei_bh {

width: 100%;
height: 60px;
bottom: 0;
left: 0;
position: fixed;
z-index: 8888;

}

以下是截图:

图片说明
图片说明

就是完全将输入框给档上了,用了几个方法都不行。。

$(".wei_bh").scrollIntoViewIfNeeded(true); 试过了不行

$(".wei_bh").scrollIntoView(true); 试过了不行

说不定是上级元素给覆盖了 要不尝试一下 z-index: 9999; 放在最上面