Skip to content

Commit

Permalink
prevent leakage of positioned elements from the testing container
Browse files Browse the repository at this point in the history
  • Loading branch information
nickschot committed Oct 15, 2019
1 parent 0e1b270 commit da37ccd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vendor/ember-qunit/test-container-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
z-index: 98;
border: 1px solid #ccc;
margin: 0 auto;
transform: translateZ(0);
}

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

0 comments on commit da37ccd

Please sign in to comment.