indrimuska / angular-moment-picker

Angular Moment Picker is an AngularJS directive for date and time picker using Moment.js.
http://indrimuska.github.io/angular-moment-picker/
MIT License
527 stars 229 forks source link

Pop Up of moment-picker position is not fixed. #296

Open AvinashNip opened 4 years ago

AvinashNip commented 4 years ago

Pop Up of moment-picker position is not fixed: When we scroll down and up then moment picker popup is also scrolling.

Here is the screen shot:

image

I need to fixed position of moment picker pop-up. I am using angularjs-material.

shahruk160 commented 3 years ago

You can use position tag in input and set it to other place Example Position = "top"/"top right"

Or you can disabled it also by using Disabled = true