XenBD Administrator Staff member Apr 5, 2025 #1 To have a sticky postbit like this: CSS: /* [cXF] Sticky Postbit */ @media (min-width: @xf-responsiveMedium) { .message-user { position: -webkit-sticky; position: sticky; top: 37px; .message-userArrow { right: -11px; } } } /**********/
To have a sticky postbit like this: CSS: /* [cXF] Sticky Postbit */ @media (min-width: @xf-responsiveMedium) { .message-user { position: -webkit-sticky; position: sticky; top: 37px; .message-userArrow { right: -11px; } } } /**********/