diff --git a/docs/css/styles.css b/docs/css/styles.css index 8192e60..3f1e9eb 100644 --- a/docs/css/styles.css +++ b/docs/css/styles.css @@ -33,6 +33,12 @@ canvas { /* height: 100vh; */ background-color: rgb(189, 189, 189); } +.button{ + display:block; + position: absolute; + right: 20px; + z-index: 100; +} .controls{ diff --git a/docs/index.html b/docs/index.html index 0c5fce6..2c386ec 100644 --- a/docs/index.html +++ b/docs/index.html @@ -5,7 +5,7 @@ Document - +
@@ -33,6 +33,9 @@
+
+ +