stowball / jQuery-rwdImageMaps

Responsive Image Maps jQuery Plugin
http://mattstow.com
MIT License
1.56k stars 709 forks source link

Scroll bars stop working once activated #80

Closed SummerSound closed 10 years ago

SummerSound commented 10 years ago

Hi,

I'm using rwdImageMaps to make this world map responsive: http://www.tomjackson.photography/world-map-v2/

It works perfectly (thank you!) but as soon as rwdImageMaps has been called, it stops the scrollbars from appearing in all of the galleries on the rest of my site!

If you visit this my site (http://www.tomjackson.photography), click 'Portfolio' and select any of the categories BEFORE visiting the map, the scrollbars appear and all is well. However, if you do that AFTER visiting the World Map page, the scrollbars don't appear and the user cannot view the images off the bottom of the page.

Any ideas why this might be?

Thanks for your help, Tom

stowball commented 10 years ago

Sorry, but I doubt it's an issue with this plugin.

I just did a quick test in Firefox, and if you open the Portfolio page at desktop size, then shrink the window to reveal the hamburger menu, the custom scollbar gets display: none.

If you open the page in a small browser window, it has a standard OS scrollbar. So there seems to be some other underlying problem with your code.

SummerSound commented 10 years ago

Thanks very much for looking into this Matt. (Especially so quickly.)

It's really helpful to narrow the issue down.