sure, here you go.
I've seen an example of a fix for this issue that looks like this:
window.onscroll = scrollFix;
function scrollFix(){var obol=$('ol');obol.style.top=posTop()+'px';obol.style.left=posLeft()+'px'}
If something like that could be implemented it would be nice.