Skip to content

Commit

Permalink
prevent leakage of position fixed elements from the testing cont… (#571)
Browse files Browse the repository at this point in the history
prevent leakage of position fixed elements from the testing container
  • Loading branch information
rwjblue authored Oct 23, 2019
2 parents 574eae0 + 34a5ca6 commit 78b2239
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 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,9 @@
z-index: 98;
border: 1px solid #ccc;
margin: 0 auto;

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

#ember-testing-container.full-screen {
Expand Down

0 comments on commit 78b2239

Please sign in to comment.