Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow overflow:scroll without a stacking context #18188

Merged
merged 1 commit into from Aug 24, 2017

Commits on Aug 24, 2017

  1. Allow overflow:scroll without a stacking context

    Fix the long-standing bug where items that are positioned and have
    overflow:scroll or overflow:auto automatically create stacking
    contexts. In order to do this we need to fix another bug where display
    list sorting can put a Clip or ScrollFrame definition after the first
    time it is used in a display list.
    mrobinson committed Aug 24, 2017
You can’t perform that action at this time.