Worked on overlay

This commit is contained in:
Sam
2022-03-23 10:00:42 +13:00
parent 6233468037
commit 4cfcca81e2
8 changed files with 681 additions and 9 deletions

View File

@@ -0,0 +1,29 @@
body {
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
height:100%
}
p{
margin: 0px;
}
canvas {
position: absolute;
}
#toolbar {
display: flex;
flex-flow: column;
height: 100%;
position: absolute;
padding: 0px 20px 0px 20px;
width: 500px;
height: 100vh;
background-color: rgb(189, 189, 189);
}
.controls{
display: block;
}