ant-design/ant-design

Fixed column header with rounded corners cannot cover the rows behind while scrolling

Open

#46,531 建立於 2023年12月19日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)TypeScript (98,031 star) (54,612 fork)batch import
Inactivehelp wantedunconfirmed🐛 Bug

描述

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.

貢獻者指南