- May 18, 2015
- 1,238
- 185
- 2,472
BassMan submitted a new resource:
[cXF] Sticky Postbit - DIY simple sticky postbit
Read more about this resource...
[cXF] Sticky Postbit - DIY simple sticky postbit
To have a sticky postbit like this:
You don't have permission to view attachments. Attachments are hidden.
Add this code to yourextra.less
template:
Less:/* [cXF] Sticky Postbit */ @media (min-width: @xf-responsiveMedium) { .message-user { position: sticky; top: 37px; .message-userArrow { right: -11px; } } } /**********/
Read more about this resource...