malerwanne
Contributor
offline
Posts
82
Likes
1,200
Resources
3
Credits
3
LEVEL
5
1,030 XP
Compatible XF Versions 2.3
Visible Branding No
Add this code to your extra.less template:
Less:
Visible Branding No
Add this code to your extra.less template:
Less:
/* [cXF] Sticky Postbit */
@media (min-width: @xf-responsiveMedium) {
.message-user {
position: -webkit-sticky;
position: sticky;
top: 37px;
.message-userArrow {
right: -11px;
}
}
}
/**********/
Adjust the top value to suit your needs.