From fb6637a0a1f6b2de13995883d8235b5ca8d3e345 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 16 Jul 2020 15:54:40 -0400 Subject: [PATCH] Add horizontal scrolling (a bit buggy) Each wheele vent restarts the smooth-scrolling. It will need to keep track of where it's scrolling to. --- src/components/Combat.vue | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/src/components/Combat.vue b/src/components/Combat.vue index 4ba1a04..14af977 100644 --- a/src/components/Combat.vue +++ b/src/components/Combat.vue @@ -1,9 +1,9 @@