I have a situation where if we do NOT specify, the container option for pickadate, the calendar picker shows up next to the input tag it's associated with, as desired, but because some parent containers have overflow: hidden on them, the modal background of the picker doesn't take over the whole screen, and in Firefox/Edge it allows the user to scroll the page and show "un-modalized" content.
If I user the container option to re-parent the picker, this works 100%, except that the picker doesn't any longer get positioned near the input element it is associated with (it is just centred in the page/viewport).
Is there a way to re-parent the picker, but then custom position it within it's new parent (so that it would approximate the position where it would be rendered if it was not re-parented).
Hi,
I have a situation where if we do NOT specify, the container option for pickadate, the calendar picker shows up next to the input tag it's associated with, as desired, but because some parent containers have overflow: hidden on them, the modal background of the picker doesn't take over the whole screen, and in Firefox/Edge it allows the user to scroll the page and show "un-modalized" content.
If I user the container option to re-parent the picker, this works 100%, except that the picker doesn't any longer get positioned near the input element it is associated with (it is just centred in the page/viewport).
Is there a way to re-parent the picker, but then custom position it within it's new parent (so that it would approximate the position where it would be rendered if it was not re-parented).
Thanks!