Nirjonadda
Customer
Please can you add SP Option for Sticky user cell?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
/* 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 */