diff --git a/src/components/ItemsListing.vue b/src/components/ItemsListing.vue index d2e6007a4..224ff69d1 100644 --- a/src/components/ItemsListing.vue +++ b/src/components/ItemsListing.vue @@ -129,12 +129,17 @@ v-if="viewMode == 'list'" :item-height="70" height="100%" - :items="pagedItems" + :items="listDisplayItems" style="height: 100%; overflow: hidden" >