timeline: add will-change to recycler

cap
Varun Patil 2022-11-30 20:46:29 -08:00
parent b038ab3091
commit 2c51ef1116
1 changed files with 1 additions and 0 deletions

View File

@ -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);