Skip to content

Commit 9754f4f

Browse files
authored
Merge pull request #47500 from nextcloud/fix/file-list-footer-gap
2 parents 11822de + 99221f2 commit 9754f4f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/files/src/components/VirtualList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ export default Vue.extend({
216216
return {
217217
paddingTop: `${Math.floor(this.startIndex / this.columnCount) * this.itemHeight}px`,
218218
paddingBottom: isOverScrolled ? 0 : `${hiddenAfterItems * this.itemHeight}px`,
219-
minHeight: `${this.totalRowCount * this.itemHeight + this.beforeHeight}px`,
219+
minHeight: `${this.totalRowCount * this.itemHeight}px`,
220220
}
221221
},
222222
},

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.

0 commit comments

Comments
 (0)