Example: This code work in extra.less

Code:
/* Sticky user cell - Start */
@media (min-width: {{ property('responsiveMedium') + 1 }}px )
{
    .message-cell.message-cell--user section .message-userArrow,
    .message-inner .message-userArrow {
        right: -(@xf-paddingLarge + 1);
    }
    .message-user {
        position: -webkit-sticky;
        position: sticky;
        top: 40px;
    }
}
/* Sticky user cell - END */
 
Seeing as the CSS is that simple, I don't really see a need for an option. Thank you though for the suggestion.

I believe XF actually had some initial thoughts to make that area sticky in the beginning if I recall. I remember seeing some placeholder CSS for it!
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back