From 788f733c96488e73ebc31b8d2479ff59cfe00011 Mon Sep 17 00:00:00 2001 From: Valentin Kaelin Date: Thu, 19 Mar 2020 23:07:12 +0100 Subject: [PATCH] feat(overview): stop scroll of the sidebar when the bottom is reached --- client/src/views/Summoner.vue | 50 ++++++++++++++++++++++++++++++++--- 1 file changed, 46 insertions(+), 4 deletions(-) diff --git a/client/src/views/Summoner.vue b/client/src/views/Summoner.vue index 3c12523..9f8e9c4 100644 --- a/client/src/views/Summoner.vue +++ b/client/src/views/Summoner.vue @@ -1,11 +1,11 @@