XenForo Sticky elements in sideNav ?

M

makanyane

Guest
I've got the last element of my side bar sticking nicely to the top of view in long threads by using:
Code:

.p-body-sidebar > div:last-child { position: sticky; top: 68px; }

I'm failing miserably to get anything similar to work for the sideNav on the left, the div blocks for that are in
.p-body-sideNavContent but
Code:

.p-body-sideNavContent> div:last-child { position: sticky; top: 68px; background:red; }
gets me a red background on the item I want to stick, but it doesn't stick...

Read more

Continue reading...