On this site the datepicker shows correctly in all browsers (IE8+, Firefox 14, Chrome 20 and Opera 12) but the newest update of Chrome, version 21, seems to have introduced a very annoying bug and I can't tell for the love of Darwin what the hell is going on and WHY?
------------ALL & Chrome 20-----------------------Chrome 21 WTH!------------

Any idea on why this is happening? Where is this bug coming from? I've tried toggling every single css property with devtools and nothing seems to make a difference. It even works in IE8, so this must be a Chrome bug.
Edit:
To clarify a bit more, when I position the datepicker to align it with the input, the top border of the datepicker aligns with the bottom border of the input. To collapse the borders I use margin-top: -1px in my css. The problem with the latest Chrome seems to be that it adds one more pixel to the space between the datepicker and the input, so the borders are not adjacent, they have a 1px distance in between before even collapsing them.