Jump to content

Featured Replies

Posted

cxf_sticky_postbit.gif

Add this code to your extra.less template:

/* [cXF] Sticky Postbit */

@media (min-width: @xf-responsiveMedium) {

.message-user {

position: -webkit-sticky;

position: sticky;

top: 37px;

.message-userArrow {

right: -11px;

}

}

}

/**********/

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...