This commit is contained in:
Sam
2023-03-23 17:36:19 +13:00
parent e3d07a3c4e
commit c4de1e375a
2 changed files with 10 additions and 1 deletions

View File

@@ -33,6 +33,12 @@ canvas {
/* height: 100vh; */
background-color: rgb(189, 189, 189);
}
.button{
display:block;
position: absolute;
right: 20px;
z-index: 100;
}
.controls{