We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://stackblitz.com/edit/angular-wvxwbn
将nzScroll设置成大于实际数据高度的值,此时仍有滚动条
当数据高度小于滚动高度y时,滚动条不应该显示
当数据高度小于滚动高度y时,仍有滚动条
The text was updated successfully, but these errors were encountered:
Https://stackblitz.com/edit/angular-wvxwbn
The nzScroll set a value greater than the actual height of the data, at this time there is still a scroll bar
When the height is less than the rolling height data y, the scroll bar should not be displayed
When the data is less than the height of the rolling height y, there scrollbar
Sorry, something went wrong.
@hsuanxyz can try this: https://stackblitz.com/edit/angular-wvxwbn-ck723p?file=src%2Fapp%2Fapp.component.ts
vthinkxie
No branches or pull requests
Reproduction link
https://stackblitz.com/edit/angular-wvxwbn
Steps to reproduce
将nzScroll设置成大于实际数据高度的值,此时仍有滚动条
What is expected?
当数据高度小于滚动高度y时,滚动条不应该显示
What is actually happening?
当数据高度小于滚动高度y时,仍有滚动条
The text was updated successfully, but these errors were encountered: