danielmoncada / date-time-picker

Angular Date Time Picker (Responsive Design)
https://daniel-projects.firebaseapp.com/owlng/date-time-picker
MIT License
143 stars 60 forks source link

Issue When mulitple date picker in same screen #39

Closed dhavalsolankislk closed 4 years ago

dhavalsolankislk commented 4 years ago

Hello, We are using date picker in our application. We are facing problem when our screen height is small

Our normal screen with two date picker is Capture1

Here when we click on left side date picker date picker opens as shown below Capture2

But when we click on right side date picker, the date picker opens down side and date picker's bottom part is getting cut

Capture3

Can you help me with the issue.

danielmoncada commented 4 years ago

@dhavalsolankislk the date/time picker has a 'scroll strategy' that should be set.

See: https://github.com/DanielYKPan/date-time-picker/issues/414

dhavalsolankislk commented 4 years ago

Hello, @danielmoncada This is not working in my scenario

danielmoncada commented 4 years ago

@dhavalsolankislk why does this not work for your scenario? also, have you tried setting the top / left position for it?

dhavalsolankislk commented 4 years ago

@danielmoncada I tried with above scenario but its not working

dhavalsolankislk commented 4 years ago

@danielmoncada Any update ?