Hide canvas
This commit is contained in:
parent
c3c528386c
commit
adbe05c97f
1 changed files with 5 additions and 0 deletions
|
|
@ -272,3 +272,8 @@ button {
|
||||||
background: var(--color-primary);
|
background: var(--color-primary);
|
||||||
color: var(--color-white);
|
color: var(--color-white);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Hide canvas */
|
||||||
|
canvas {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue