I seem to have come across a strange bug/conflict between jScrollPane and Google Maps (v3) when viewed on Safari.
The issue is that if I have a LI element inside my scr
Good question and great demo. I can replicate in Safari 5.0.5 on Snow Leopard and it is really strange behaviour.
I have no idea what is causing the problem but it seems like you can work around it by adding a z-index: 999;
to the CSS rule for #RS_MapListPanel
. If I make that change through the web inspector then the page seems to behave correctly.