suoutsky / stepping-stone

bug dictionary
1 stars 0 forks source link

各位在移动端 软键盘弹出时 fixed定位的底部导航到处飞 #8

Open suoutsky opened 6 years ago

suoutsky commented 6 years ago

1.

     var HEIGHT = $('body').height();
        $(window).resize(function() {
            $('body').height(HEIGHT);
        });

2.

top: calc(100% - bottom);