Hi there,
I’m having an issue with the accordion.
Row 1 > has accordion with search fields
Row 2 > has other content
when opening accordion, the content is hidden by the second row.
I tried playing around with css and several variations of
.fl-module-accordion .fl-accordion-item {
overflow: visible !important;
}
no luck…