Dalton Prock
Well-known member
Has there been a change in the new version that is causing the sticky sidebar from scrolling to the bottom? It starts to move down the page, then stops.
This appears to be the offending css. When I remove min-height in the console, sticky sidebar seems to work as intended
Code:.uix_stickyBodyElement:not(.offCanvasMenu) { top: 150px !important; min-height: calc(100vh - 150px) !important; }
That I'm not entirely sure on as you would get a better answer on this by creating a ticket on our support portal here. But I will go ahead and see if I am able to replicate this same behavior as well@Dalton Prock any answer to above?
