From 23358234da9108e74775e117e6d7b5c359cbf211 Mon Sep 17 00:00:00 2001 From: Peter Olu Date: Thu, 28 Apr 2022 00:41:28 +0100 Subject: [PATCH] removed bounces --- src/views/dashboard/controls/Tab.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/dashboard/controls/Tab.vue b/src/views/dashboard/controls/Tab.vue index a5c9953c..42be1d9c 100644 --- a/src/views/dashboard/controls/Tab.vue +++ b/src/views/dashboard/controls/Tab.vue @@ -359,8 +359,8 @@ export default defineComponent({ overflow-y: scroll; overflow-x: hidden; -webkit-overflow-scrolling: touch; - scroll-snap-points-y: repeat(100%); - scroll-snap-destination: 0 0; + // scroll-snap-points-y: repeat(100%); + // scroll-snap-destination: 0 0; scroll-snap-type: y mandatory; scroll-snap-type: mandatory; scroll-behavior: smooth;