Details
Description
If the content of the accordion exceeds it's parent container height, the content of the opened pane does not scroll. If we set overflow: auto in css on that element, it scrolls the whole accordionPane, not just the content due to how the elements are organized:
<div>
---<section>
---------<div class="handle">...</div>
--------- content
-- </section>
</div>
when I asked Ted if this should be an attribute for this component, he stated that the contents of an accordion should never scroll. If it's a desirable feature, then it should be an attribute (so that those who don't want the scrolling don't have to have it), perhaps?