Hi all,
I am using the jQuery UI Datepicker.
However a vertical CSS scrollbar overflow-y:scroll
causes a bug for Firefox, Opera and Safari.
This bug can easily be reproduced by copying the sample code of jqueryUI and adding 2 lines css declarations:
body { overflow:scroll }
#datepicker{ position:absolute; right:1px }
A demo can be seen here (jsbin). To see the bug click at the textbox located on the upper right corner)
According to the jQuery team this bug will not be fixed as the body is customized.
Has someone been faced with this problem before?
Is there any solution to solve this issue?
Edit:
As seen in this screenshot it cuts a part of the calendar:
Thanks Jan