We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
第729天 H5如何禁止屏幕抖动?
3+1官网
我也要出题
我这个是input标签引起的屏幕抖动 html, body { height: 100%; overflow: auto; margin: 0; } html { overflow-y: scroll; }
Activity
sleepkele commentedon Apr 21, 2021
我这个是input标签引起的屏幕抖动
html,
body {
height: 100%;
overflow: auto;
margin: 0;
}
html {
overflow-y: scroll;
}