Skip to content

Commit

Permalink
Add code comment explaining why the CSS transform is there
Browse files Browse the repository at this point in the history
  • Loading branch information
nickschot committed Oct 15, 2019
1 parent da37ccd commit 34a5ca6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vendor/ember-qunit/test-container-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
z-index: 98;
border: 1px solid #ccc;
margin: 0 auto;

/* Prevent leaking position fixed elements outside the testing container */
transform: translateZ(0);
}

Expand Down

0 comments on commit 34a5ca6

Please sign in to comment.