Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
add bug to comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Orvell committed Apr 11, 2014
1 parent e105846 commit d539c98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elements/x-preview/x-preview.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
html += ' margin: 0;\n';
// transform causes body to be offsetParent, which means it must be sized
// body has transform to avoid the 'blinking bug'
// https://code.google.com/p/chromium/issues/detail?id=332024
html += ' height: 100%;\n';
html += ' transform: translateZ(0);\n';
html += ' -webkit-transform: translateZ(0);\n';
Expand Down

0 comments on commit d539c98

Please sign in to comment.