You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dropdown menu is visible entirely within the page.
What is actually happening?
Half of the dropdown menu has disappeared off the page.
Environment
Info
ng-zorro-antd
7.2.0
Browser
Chrome 73
The only way to get it to appear on page is to specify [nzPlacement]="'topRight'", the bug appears if the dropdown is positioned automatically or any of the bottom positions.
The text was updated successfully, but these errors were encountered:
Reproduction link
https://stackblitz.com/edit/ng-zorro-antd-start-jrfywt
Steps to reproduce
What is expected?
Dropdown menu is visible entirely within the page.
What is actually happening?
Half of the dropdown menu has disappeared off the page.
The only way to get it to appear on page is to specify [nzPlacement]="'topRight'", the bug appears if the dropdown is positioned automatically or any of the bottom positions.
The text was updated successfully, but these errors were encountered: