XF2 Tutorials cXF - Sticky Postbit

XenBD

Administrator

Staff member
To have a sticky postbit like this:
cxf_sticky_postbit.webp


CSS:
/* [cXF] Sticky Postbit */
@media (min-width: @xf-responsiveMedium) {
    .message-user {
        position: -webkit-sticky;
        position: sticky;
        top: 37px;

        .message-userArrow {
            right: -11px;
        }
    }
}
/**********/
 
Similar threads Most view View more
Back
Top