Skip to content

[html] 第729天 H5如何禁止屏幕抖动? #3813

Open
@haizhilin2013

Description

@haizhilin2013

第729天 H5如何禁止屏幕抖动?

3+1官网

我也要出题

Activity

sleepkele

sleepkele commented on Apr 21, 2021

@sleepkele

我这个是input标签引起的屏幕抖动
html,
body {
height: 100%;
overflow: auto;
margin: 0;
}
html {
overflow-y: scroll;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @haizhilin2013@sleepkele

        Issue actions

          [html] 第729天 H5如何禁止屏幕抖动? · Issue #3813 · haizlin/fe-interview