vlio20 / angular-datepicker

Highly configurable date picker built for Angular applications
https://wondrous-crostata-172891.netlify.app/
MIT License
493 stars 141 forks source link

Datepicker does not scroll along page #641

Open lekhachoa opened 5 months ago

lekhachoa commented 5 months ago

After clicking to call the DatePicker dialog, the DatePicker dialog appears as expected. However, when scrolling the page, it does not move along with the page but remains fixed in its position. How can we fix this?

agrahari-himanshu commented 5 months ago

@lekhachoa can you please add a stackblitz to reproduce the error?

natka-unique commented 2 months ago

@lekhachoa can you please add a stackblitz to reproduce the error?

You can simply open demo page, open datepicker an try to scroll that page. This only reproduces for the pages, where height of the content is set in vh units. image

adenilsonjunior01 commented 2 months ago

hello, the same thing happens in this library, they made the correction. As a suggestion, follow the issue for reference. I'm going through the same problem.

topic: https://github.com/NG-ZORRO/ng-zorro-antd/issues/6011 correction: https://github.com/NG-ZORRO/ng-zorro-antd/pull/6380

@HimanshuAgrahari07

vlio20 commented 4 weeks ago

Do you want to try and submit a PR?