From e98282db639b0d4e9bf321ce42596afffdaa8e51 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Mon, 6 Apr 2020 14:35:00 +0100 Subject: [PATCH] Fixed disabling pointer events --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 534c20e4..a95310ba 100644 --- a/src/App.vue +++ b/src/App.vue @@ -370,7 +370,7 @@ html { 0px 0px 0px 4px rgba(128, 128, 128, 0.5) !important; border-radius: 5px; opacity: 100%; - pointer-events: none; + pointer-events: none !important; } .v-step {