Skip to content

Commit

Permalink
Merge pull request #40999 from nextcloud/files-list-will-change
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Oct 20, 2023
2 parents 93ee51b + 2db1eab commit e49353d
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 13 deletions.
3 changes: 2 additions & 1 deletion apps/files/src/components/FilesListVirtual.vue
Original file line number Diff line number Diff line change
Expand Up @@ -307,11 +307,12 @@ export default Vue.extend({
display: block;
overflow: auto;
height: 100%;
will-change: scroll-position;

&::v-deep {
// Table head, body and footer
tbody {
will-change: scroll-position, padding;
will-change: padding;
contain: layout paint style;
display: flex;
flex-direction: column;
Expand Down
4 changes: 2 additions & 2 deletions dist/614-614.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/614-614.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/core-unsupported-browser.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core-unsupported-browser.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/files-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/files-main.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/settings-vue-settings-personal-password.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/settings-vue-settings-personal-password.js.map

Large diffs are not rendered by default.

0 comments on commit e49353d

Please sign in to comment.