ant-design/ant-design
Fixed column header with rounded corners cannot cover the rows behind while scrolling
開放
#46,531 建立於 2023年12月19日
Inactivehelp wantedunconfirmed🐛 Bug
倉庫指標
- 星標
- (98,031 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
What problem does this feature solve?
https://codesandbox.io/p/sandbox/fixed-columns-antd-5-12-3-rzkvhl
This issue can be reproduced in official demo also. The column 'Action' has rounded corner, while scrolling rows horizontally and the row behind will be exposed through the rounded
before scrolling horizontally:
after scrolling, and the rounded corner disappeared
What does the proposed API look like?
The corners with border radius can fully cover rows under it.