This commit is contained in:
Kyle
2019-11-11 20:05:03 -08:00
parent a20535433a
commit 96048004db
52 changed files with 52 additions and 28 deletions

View File

@@ -66,6 +66,9 @@ html {
user-select: none;
font-size: 8pt;
}
.selectable {
user-select: all;
}
canvas {
width: calc(100%);
height: auto;