ng-zorro-antd icon indicating copy to clipboard operation
ng-zorro-antd copied to clipboard

[nz-input-number] Unexpected scrollbar showing.

Open orzyyyy opened this issue 2 years ago • 0 comments

Reproduction link

https://stackblitz.com/edit/ng-zorro-antd-ivy-kmrgej?file=src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fapp.module.ts,package.json

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?

orzyyyy avatar Jun 29 '22 07:06 orzyyyy