Skip to content

Do not evenly move images in Internet Explorer #10

@Turb0Dizel

Description

@Turb0Dizel

If during the mouse scrolling your images are twitching in the IE browser, apply the additional css code for your page:

/* Edge */

@supports ( -ms-accelerator:true )
{
html{
overflow: hidden;
height: 100%;
}
body{
overflow: auto;
height: 100%;
}
}

/Ie 10-11/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
html{
overflow: hidden;
height: 100%;
}
body{
overflow: auto;
height: 100%;
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions