Home > Software engineering >  Prevent date picker from scrolling with page
Prevent date picker from scrolling with page

Time:12-23

I am making a react app which has datepicker made up of Edit antd reproduction template (forked)

To Reproduce: If user clicks on the input, datepicker displayed but when we try to scroll down, the datepicker also get scrolled along with the page.

Expected Result: Datepicker should not get scrolled and it needs to be under the input box.

Any help would be highly appreciable. Thanks in advance.

CodePudding user response:

This is described in their FAQ: Edit antd reproduction template (forked)

  • Related