fixed tool tutorial blocking canvas
This commit is contained in:
pxlvxl 2022-02-25 14:51:01 -05:00
parent 6ac04e5338
commit e4228f19c6
1 changed files with 2 additions and 0 deletions

View File

@ -128,6 +128,8 @@
.fade-out {
animation: fadeOut .1s forwards;
display: none !important;
/* TODO: Search Google for: "How to fade out and then set display none" */
}
.is-paused {