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

stacking order issue with transform #8123

Closed
paulrouget opened this issue Oct 21, 2015 · 1 comment
Closed

stacking order issue with transform #8123

paulrouget opened this issue Oct 21, 2015 · 1 comment

Comments

@paulrouget
Copy link
Contributor

Affects browserhtml

Both with and without webrender.

<div id='a'></div>
<div id='b'></div>

<style>

  div {
    position: absolute;
    width: 100px;
    height: 100px;
  }

  #a {
    background-color: red;
    top: 10px;
    left: 10px;
    transform: scale(1);
  }

  #b {
    background: green;
    top: 20px;
    left: 20px;
  }

</style>

screen shot 2015-10-21 at 12 26 12

@paulrouget
Copy link
Contributor Author

erf, dupe of #7779

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant