Hello why this code not working on my forum? Im using XenBase theme
Top code changed many time but not helped me.
Thank you.
Code:
/* Sticky Postbit */
@media (min-width: @xf-responsiveMedium) {
.message-user {
position: -webkit-sticky;
position: sticky;
top: 45px;
.message-userArrow {
right: -11px;
}
}
}
/**********/
Top code changed many time but not helped me.
Thank you.