Page List scroll behaving weirdly in Chrome
Permalink
I am working on this site for my friendshttp://www.intheframestudio.com/trolltest...
on the Artist > Musicians page, I have used the Page list block to pull up the artist pages that lie on the second level,I have used jscroll pane throughout the site to customize the scroll bar, this works fine in firefox, however when viewing the same page in Chrome the scroll does not display all the pages in the list completely,it cuts off the list, however after clicking on any one of the artists that are diplayed and going back to the Musicians Page, lets one scroll tp all of the pages in the list.
I wonder what's causing this behavior.
I have also attached the screen shot of the pages that I mentioned above.
on the Artist > Musicians page, I have used the Page list block to pull up the artist pages that lie on the second level,I have used jscroll pane throughout the site to customize the scroll bar, this works fine in firefox, however when viewing the same page in Chrome the scroll does not display all the pages in the list completely,it cuts off the list, however after clicking on any one of the artists that are diplayed and going back to the Musicians Page, lets one scroll tp all of the pages in the list.
I wonder what's causing this behavior.
I have also attached the screen shot of the pages that I mentioned above.
$(window).load(function(){
$('.scroll-pane').jScrollPane();
})