I am making a page based on isotope. The main display scrolls horizontally, and I've taken the default mousewheel action using the jquery.mousehweel script. I want to give the default action back to the user when an article is opened, and stop it from scrolling horizontally, but I can't figure out how to do it.
Here's the jsfiddle link that gives an example:
http://jsfiddle.net/DJVX2/529/
When you click a box, it gets very tall, but if you use the mousewheel it still scrolls the page side to side. I'd like to let the user scroll vertically only while the box is tall.
Thanks for any help!
note: if your mouse is not over the #container div, you will already be able to use the mouse to scroll horizontally. The problem is when the mouse is over the #makeMeScrollable div that contains all the boxes