From 33848fb1f5cf912e29ce4e83361354fcb810981e Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Mon, 6 Apr 2020 14:15:48 +0100 Subject: [PATCH] Ignore all clicks during tour --- src/App.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.vue b/src/App.vue index cc116c60..d245d03e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -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 {