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>
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion