Browse Source

Minor tweak.

Mr.doob 11 years ago
parent
commit
85111a8ccf
1 changed files with 3 additions and 0 deletions
  1. 3 0
      examples/webgl_loader_msgpack.html

+ 3 - 0
examples/webgl_loader_msgpack.html

@@ -11,6 +11,9 @@ https://github.com/creationix/msgpack-js-browser
     <meta charset='utf-8'>
     <meta name='viewport' content='width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0'>
     <style>
+      body {
+        margin: 0px;
+      }
       #viewport {
         position: absolute;
         width: 100%;