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>
pull/47500/head
Elizabeth Danzberger 2024-08-26 10:05:35 +07:00 committed by nextcloud-command
parent ead3f66379
commit 99221f2a42
3 changed files with 4 additions and 4 deletions

@ -216,7 +216,7 @@ export default Vue.extend({
return {
paddingTop: `${Math.floor(this.startIndex / this.columnCount) * this.itemHeight}px`,
paddingBottom: isOverScrolled ? 0 : `${hiddenAfterItems * this.itemHeight}px`,
minHeight: `${this.totalRowCount * this.itemHeight + this.beforeHeight}px`,
minHeight: `${this.totalRowCount * this.itemHeight}px`,
}
},
},

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long