diff --git a/src/views/dashboard/controls/Tab.vue b/src/views/dashboard/controls/Tab.vue index 42be1d9c..a5c9953c 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;