Added draw color picker
This commit is contained in:
@ -2,6 +2,13 @@
|
||||
height: calc(100vh - 40px);
|
||||
}
|
||||
|
||||
.palette {
|
||||
position: fixed;
|
||||
z-index: 100;
|
||||
top: 50px;
|
||||
right: 15px;
|
||||
}
|
||||
|
||||
.info {
|
||||
background-color: #00000050;
|
||||
position: fixed;
|
||||
|
Reference in New Issue
Block a user