From 2c51ef1116329fdafa3f3345c5b21727b73ada20 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Wed, 30 Nov 2022 20:46:29 -0800 Subject: [PATCH] timeline: add will-change to recycler --- src/components/Timeline.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Timeline.vue b/src/components/Timeline.vue index b5c79554..206702f7 100644 --- a/src/components/Timeline.vue +++ b/src/components/Timeline.vue @@ -1266,6 +1266,7 @@ export default class Timeline extends Mixins(GlobalMixin, UserConfig) { } .recycler { + will-change: scroll-position; contain: strict; height: 300px; width: calc(100% + 20px);