The overflow:hidden set by QQ browser js is automatically changed to auto

js:

$("body").css({"height": 100%, "width" : "100%", overflow:"hidden"});

google normal

QQ browser shows: height: 100%, width: 100%, overflow:auto;

It can be solved by writing body{overflow:hidden} in the css file

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325944746&siteId=291194637