Skip to content

Commit e49353d

Browse files
authored
Merge pull request #40999 from nextcloud/files-list-will-change
2 parents 93ee51b + 2db1eab commit e49353d

9 files changed

Lines changed: 14 additions & 13 deletions

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;

dist/614-614.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/614-614.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/core-unsupported-browser.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/core-unsupported-browser.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/settings-vue-settings-personal-password.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/settings-vue-settings-personal-password.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)