We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e3f09 commit 28378e7Copy full SHA for 28378e7
1 file changed
apps/files/src/components/FilesListVirtual.vue
@@ -307,11 +307,12 @@ export default Vue.extend({
307
display: block;
308
overflow: auto;
309
height: 100%;
310
+ will-change: scroll-position;
311
312
&::v-deep {
313
// Table head, body and footer
314
tbody {
- will-change: scroll-position, padding;
315
+ will-change: padding;
316
contain: layout paint style;
317
display: flex;
318
flex-direction: column;
0 commit comments