jQuery ui datepicker positioning problem when scrolling down webpage

前端 未结 10 1253
野的像风
野的像风 2021-01-02 11:30

I have a webpage that uses multiple instances of the jQuery ui datepicker. My webpage will display ~80 records which extends beyond a single screenshot.

<         


        
10条回答
  •  情歌与酒
    2021-01-02 11:54

    I have come across the same issue on an app I am working on and found a solution. The application did not contain a proper doc-type specification and all that was needed was to add it to the top of the page.

    
    

    Hope this helps.

提交回复
热议问题