Ignore all clicks during tour

This commit is contained in:
Joel Collins 2020-04-06 14:15:48 +01:00
parent e5943df108
commit 33848fb1f5

View file

@ -353,6 +353,7 @@ html {
0px 0px 0px 4px rgba(128, 128, 128, 0.5) !important;
border-radius: 5px;
opacity: 100%;
pointer-events: none;
}
.v-step {