Same issue. Nothing displayed until I ripped my bootstrap out.
I haven’t fully experimented with it yet, but the following seems to fix at least some of the issues.
.widget_collapscat .collapse {
display: inherit;
}
.widget_collapscat .collapsing {
overflow: inherit;
position: inherit;
height: inherit;
}