Hi,
after updating to 1.50 I see a strange behaviour of the sticky sidebar on pages with hero heading style: scrolling down the page a bit causes the sticky sidebar to jump to the top, overlapping with the hero heading image, while next to the footer the sidebar abruptly jumps to the bottom (see attached screenshots).
I found worth noting that if you disable the fancy-heading animation with this css code
.page-heading.fancy-heading {
transition: none;
transform: none!important;
min-height: 425px;
}
making the heading image static, the sticky sidebar behaves perfectly, moving on top near the main header, and follows the page scrolling without a jump.
Can you guys confirm this as well?
thanks
Attachments:
You must be
logged in to view attached files.