Hello everyone,
before i changed the NuGet Package Version to the Major Version 7 I had sticky headers for my Accordions (with a little trick, someone (@deesnider (Sticky Accordion Header)) in this forum told me):
/* The header of the Page */
.user-guide-sticky-header-scroll-container {
position: sticky;
background-color: white;
z-index: 10;
}
/* The actual Scrollview for the Accordion */
.user-guide-scroll-container {
max-height: 78vh;
overflow-y: auto;
}
The Result was like this:
when i scrolled down, it looked like this:
the header stayed, until i scrolled to the next accordion-item.
But since i upgraded now it doesnt work anymore... As soon as i scroll, the header disappears and if the Item has to much content, it isnt that suitable for the user to close the item. They would have to scroll up again, just to close it:
I hope I explained my problem properly.
Im thankful for every bit of help (:


