aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorVarun Patil <varunpatil@ucla.edu>2023-10-19 12:53:28 -0700
committerJohn Molakvoæ <skjnldsv@protonmail.com>2023-10-20 10:49:11 +0200
commit2db1eab7f96686d7fef2063ea33a7bac36fb85f5 (patch)
tree222f8e5864464d0f0904398303df5ebc54b3d735 /apps/files
parent8d907d8089a25e397b620fb57cb24bc5a4841759 (diff)
downloadnextcloud-server-2db1eab7f96686d7fef2063ea33a7bac36fb85f5.tar.gz
nextcloud-server-2db1eab7f96686d7fef2063ea33a7bac36fb85f5.zip
fix(files): virtual list will-change value
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/src/components/FilesListVirtual.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files/src/components/FilesListVirtual.vue b/apps/files/src/components/FilesListVirtual.vue
index 5aff5f92316..31daf7395fc 100644
--- a/apps/files/src/components/FilesListVirtual.vue
+++ b/apps/files/src/components/FilesListVirtual.vue
@@ -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;