I have an accordion with multiple accordion-groups acting as a sidenav, similar to the sidenav here. Just as is the case with the docs sidenav, when the page is viewed on smartphones, it act as a top nav list.I would like the accordion push the content below it down when it is expanded. Any ideas how I can do this?\[code\]<div class="accordion"> <div class="accordion-group"></div> --> this expands <div class="accordion-group"></div> --> this expands <div class="accordion-group"></div> --> This expands</div>\[/code\]Should I be modifying the height of the larger accordion group with collapse?