I'm trying to implement a 100% height accordion using the Twitter Bootstrap collapse component, exactly as described in this question.
I'm manually setting the heights of the .accordion-inner
elements as described in this answer.
However I'm experiencing "bouncy" behaviour when expanding/collapsing the panels. I have removed all padding/margin/border from the .accordion-inner
elements to eliminate that possibility.
It is most noticeable in IE10, however the problem is also evident in Chrome.
See this example.
Any ideas what is causing this "jumpy" behaviour?