Toggles other than first one open break sidebar

Just noticed something small that if any of the toggles are open other than the first one it breaks the sidebar from going all the way down to the footer


Hard to tell unless you have a different color background in the sidebar

Just thought maybe is was a small bug..

Comments

  • It's because of min-height of widget area. You can increase this height with below css:
    .widget-area { min-height: 1500px !important; }
    Please notice that it's the only way at this moment. We'll try to add something with next updates to fix it.
Sign In or Register to comment.