ng-zorro-antd
ng-zorro-antd copied to clipboard
[nz-input-number] Unexpected scrollbar showing.
Reproduction link
Steps to reproduce
Just open the link.
What is expected?
Scrollbar should not show.
What is actually happening?
Scrollbar is showing.
Environment | Info |
---|---|
ng-zorro-antd | 13.3.2 |
Browser | chrome 102.0.5005.115 |
Height of input is 30px, causing the show of scrollbar is the 1px border. I think the scrollbar is not expected, so why not using outline: 1px solid #d9d9d9
instead?