https://stackblitz.com/edit/ng-zorro-antd-start-4clgvs
Show scroll bar
Don't show scroll bar, the leaf nodes not full displayed
| Environment | Info |
|---|---|
| ng-zorro-antd | 7.3.3 |
| Browser | chrome |
@tangjwt You can set the max-height in [nzDropdownStyle].
<nz-tree-select [nzDropdownStyle]="{ 'max-height': '300px' }"></nz-tree-select>
Most helpful comment
@tangjwt You can set the
max-heightin[nzDropdownStyle].