My website has a two-column layout with a sidebar and content section that are both set to equal height when the window loads and resizes. The page is designed to be responsive.
To dynamically arrange blocks within the content area, I am utilizing a jQuery plugin called mixitup. You can find more information about this plugin here.
The challenge I am facing is adjusting the height of the sidebar when the number of blocks changes and causes the content area to also change in height.