Browse Source

fix ios iframe issue

Gregg Tavares 6 years ago
parent
commit
446f7732ea

+ 0 - 1
threejs/threejs-picking-gpu.html

@@ -8,7 +8,6 @@
     <style>
     body {
         margin: 0;
-        position: fixed;
     }
     #c {
         width: 100vw;

+ 0 - 1
threejs/threejs-picking-raycaster-complex-geo.html

@@ -8,7 +8,6 @@
     <style>
     body {
         margin: 0;
-        position: fixed;
     }
     #c {
         width: 100vw;

+ 0 - 1
threejs/threejs-picking-raycaster-transparency.html

@@ -8,7 +8,6 @@
     <style>
     body {
         margin: 0;
-        position: fixed;
     }
     #c {
         width: 100vw;