jQuery 放大或缩小网页时,月份选择器下拉对话框未对齐(请参阅给定的 3 张图片)

jQuery Month picker dropdown dialog misaligned when zoomed in or zoomed out a webpage (refer the 3 images given)

观察这三幅图像。

缩放 100%

缩放 110%

缩放 90%

您可以实时看到它 here,只需打开任何月份选择器对话框并执行放大缩小操作。

我的问题是,我们可以做什么,以便月份选择器对话框始终附加到输入字段。

this line

已更改

_menu.appendTo( isInline ? _el : document.body );

_menu.appendTo( isInline ? document.body : _el.parent());

成功了!