ANTD4 solves the problem that clicking a column in the Table to open a popover and closing the popover will cause the page to scroll
  • ANTD3 clicks the text in the column to open the popup, and when the popup is closed, the page will scroll. When the popup is opened and closed in a fixed column, this problem will not appear. After many tests, the conclusion is that there will be problems with labels such as A, I, Span, and Div, except button, and button label can be used to solve this problem.
  • ANTD4 Click the text in the column to open the popover, the page is normal after closing the popover! Conclusion: The problem is ANTD3 itself.