Hi, I have been trying all sorts of CSS to force expand the folders in a syllabus. No luck. I have tried many versions but similar to this:
.ui-accordion-panel-header[aria-expanded="true"]
+ .ui-accordion-panel-divider
+ .ui-accordion-panel-content-wrapper
{
height: auto !important;
max-height: none !important;
overflow: visible !important;
visibility: visible !important;
opacity: 1 !important;
transition: none !important;
}
Does anyone have the trick? I want all the folders expanded showing all the sub-content in the syllabus. Thank you!
Mark


