Skip to content

Commit 99221f2

Browse files
elzodynextcloud-command
authored andcommitted
fix(files): fix list gap at bottom
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
1 parent ead3f66 commit 99221f2

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)