Skip to content

Commit

Permalink
Merge pull request #17 from msqaddura/patch-1
Browse files Browse the repository at this point in the history
Prevent Stats from stretching
  • Loading branch information
englercj authored Nov 8, 2017
2 parents b7fd792 + b7571c1 commit e827ffe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
stats.domElement.style.position = 'absolute';
stats.domElement.style.right = '0px';
stats.domElement.style.bottom = '0px';

stats.domElement.style.left = '';
stats.domElement.style.top = '';

document.body.appendChild(stats.domElement);
document.body.appendChild(renderer.view);

Expand Down

0 comments on commit e827ffe

Please sign in to comment.