Added draw color picker

This commit is contained in:
ztimson
2019-07-22 12:39:45 -04:00
parent ba84322719
commit 105d1bb27d
7 changed files with 115 additions and 10 deletions

View File

@ -2,6 +2,13 @@
height: calc(100vh - 40px);
}
.palette {
position: fixed;
z-index: 100;
top: 50px;
right: 15px;
}
.info {
background-color: #00000050;
position: fixed;