luisfarzati / ng-bs-daterangepicker

AngularJS directive for bootstrap-daterangepicker
http://luisfarzati.github.io/ng-bs-daterangepicker/
MIT License
246 stars 167 forks source link

Daterangepicker dropdown position at fixed div #133

Open kvkv opened 5 years ago

kvkv commented 5 years ago

I am using Daterangepicker at my application header. The header is fixed position , when we scroll the content the header is in fixed on top position only. I added the daterangepicker on header.

open the daterangepicker on header 2.scroll down or up the body content the datepicker dropdown also moved base on scroll. This is the issue i am facing. In bootstrap dropdowns are not move on the fixed header. It attaches the dropdown box only for fixed div also.

But in this daterangepicker dropdown menu is moving.

Please help me for this issue.