For further information, please visit this page: test page
In the process of designing a website, I have implemented a sidebar featuring an accordion style vertical navigation bar. The sidebar is set to be absolutely positioned in relation to its containing element in order to remain sticky at the top, bottom, and side.
The issue arises when clicking on the products button, causing the accordion to extend beyond the container, overflowing into the footer. Floating the sidebar to the left would expand it to accommodate the entire content, but it would lose its ability to stick to the bottom of the container by default.
I am looking for a solution that allows the sidebar to remain absolutely positioned while still expanding if the accordion content grows. Any suggestions or perhaps a jQuery solution to address this problem?