The file list footer is too far off if some header is shown in the file list (e.g. folder description or recommended files):
This seems to be caused by:
|
minHeight: `${this.totalRowCount * this.itemHeight + this.beforeHeight}px`, |
@susnux It seems adding the beforeHeight is the problematic part but I cannot tell if that was needed for the scroll behaviour in 75dcf90
The file list footer is too far off if some header is shown in the file list (e.g. folder description or recommended files):
This seems to be caused by:
server/apps/files/src/components/VirtualList.vue
Line 219 in 968d412
@susnux It seems adding the beforeHeight is the problematic part but I cannot tell if that was needed for the scroll behaviour in 75dcf90