From c4de1e375acc7b4246b560e138e7357082896b0a Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 23 Mar 2023 17:36:19 +1300 Subject: [PATCH] button --- docs/css/styles.css | 6 ++++++ docs/index.html | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) 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 @@
+
+ +