diff --git a/components/select/option-container.component.ts b/components/select/option-container.component.ts index 895bc090057..4fd2f7ce0f4 100644 --- a/components/select/option-container.component.ts +++ b/components/select/option-container.component.ts @@ -35,7 +35,7 @@ import { NzSelectItemInterface, NzSelectModeType } from './select.types'; [class.full-width]="!matchWidth" [itemSize]="itemSize" [maxBufferPx]="itemSize * maxItemLength" - [minBufferPx]="itemSize" + [minBufferPx]="itemSize * maxItemLength" (scrolledIndexChange)="onScrolledIndexChange($event)" [style.height.px]="listOfContainerItem.length * itemSize" [style.max-height.px]="itemSize * maxItemLength"