• I like working with your accordion block. Now I have the following problem. I want to build a glossary and have a page with an accordion for each letter. I need jump labels for all terms. Within a page
    it works wonderfully. But if I want to change the page, the corresponding pane is displayed briefly, then closed again immediately and then the accordion no longer works. What can I do?
    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ptyt

    (@ptyt)

    I solved the problem with the following code:

    .kt-accordion-panel.kt-accordion-panel-hidden.kt-accordion-panel-active {
        overflow: auto;
        max-height: 100% !important;
        display: block;
    }
    hannah

    (@hannahritner)

    Glad you were able to resolve this! Let us know if there’s anything else we can help you with.

    Best,
    Hannah

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Jump labels for accordeon’ is closed to new replies.