diff --git a/index.html b/index.html index 844b774..be5f7fb 100644 --- a/index.html +++ b/index.html @@ -9,9 +9,11 @@

Suzanne Soy

-

Procedural Designer

-

Latest version of my Ph.D draft

-

GIT tutorial

+
+

Procedural Designer

+

Latest version of my Ph.D draft

+

GIT tutorial

+
-
+
→ Enter ←
diff --git a/test.css b/test.css index a89a085..dca814f 100644 --- a/test.css +++ b/test.css @@ -1,3 +1,7 @@ +/* Temporary hack to place the main content above when the 3D stuff is not targetted */ +.view3d { z-index: 0; } +.view3d.target-within { z-index: 2; } + html { position: relative; padding:0; } html, body { height: 100%; } .view3d { width: 100%; height:100%; top: 0; left: 0; margin: 0; padding:0; /*overflow: hidden;*/ position: fixed; } @@ -265,4 +269,4 @@ padding + direction: wrong dir for text opacity: 0; transition: opacity 1s linear 1s; pointer-events: none; -} \ No newline at end of file +}