ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 28,644
- Points
- 823
Reputation:
I've got the last element of my side bar sticking nicely to the top of view in long threads by using:
Code:
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:
gets me a red background on the item I want to stick, but it doesn't stick...
Read more
Continue reading...
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...