Skip to content

Commit 28378e7

Browse files
committed
files: fix virtual list will-change value
1 parent f4e3f09 commit 28378e7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/files/src/components/FilesListVirtual.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,11 +307,12 @@ export default Vue.extend({
307307
display: block;
308308
overflow: auto;
309309
height: 100%;
310+
will-change: scroll-position;
310311
311312
&::v-deep {
312313
// Table head, body and footer
313314
tbody {
314-
will-change: scroll-position, padding;
315+
will-change: padding;
315316
contain: layout paint style;
316317
display: flex;
317318
flex-direction: column;

0 commit comments

Comments
 (0)