I have a tab pane that is inside a fixed size div, whenever that tab is switched to one that is larger than the outer div the entire page is scrolling down such that I cannot see my tabs anymore, I’ve mocked it up in jsfiddle to show the problem.
Note that in order to see the problem the page must be smaller than the containing div.
Anyone know how I can stop the page from scrolling down when the tabs switch without using javascript?
All you have to to is
evt.preventDefault();:http://jsfiddle.net/vVJY4/2/