[cXF] Sticky Postbit

[cXF] Sticky Postbit

Compatible XF 2.x versions
  1. 2.2
  2. 2.3
To have a sticky postbit like this:

cxf_sticky_postbit.gif



Add this code to your extra.less template:
Less:
/* [cXF] Sticky Postbit */
@media (min-width: @xf-responsiveMedium) {
    .message-user {
        position: sticky;
        top: 37px;

        .message-userArrow {...
You do not have permission to view the full content of this resource. Log in or register now.
Author
BassMan
Views
347
First release
Last update

Ratings

5.00 star(s) 2 ratings

More resources from BassMan

Latest reviews

I didn't know I needed this in my life! 😁 Such a small usability enhancement, and very helpful.
Really great, especially for photo-intensive forums where a lot of scrolling tends to be necessary. No more forgetting who posted what you're reading!
Back
Top Bottom