Hi,
Is this plugin support set container? If it supports this when how can i set element container?
$(selector).datetimepicker({
container:'body'
});
Thanks...
Hi, sorry for late response, but yes somehow you can but it's need to be relative positionated.
On picker show, places the widget at the identifier (string) or jQuery object if the element has css position: 'relative'
it does not work even though body has position:relative set.
I mean it's positioned absolutely incorrectly.
Most helpful comment
it does not work even though body has position:relative set.
I mean it's positioned absolutely incorrectly.