Adjust Height Of Component
By default, on desktop this component will be 80vh tall. You can adjust the panel height below.
div[data-wm-plugin="vertical-accordions"] {
--va-max-panel-height: 60vh;
}
Use the below CSS to set the component height to match the height of the content in the tallest panel.
#siteWrapper [data-wm-plugin="vertical-accordions"] .accordion-content > *, div[data-wm-plugin="vertical-accordions"] .accordion-title {
max-height: var(--va-tallest-panel-height);
}