- Joined
- Nov 1, 2020
- Messages
- 300
- Reaction score
- 37
- iCoin
- 25,657 K
- Phiên bản XF hỗ trợ
- XF 2.2; 2.3
[cXF] Sticky Postbit
To have a sticky postbit like this:sẽ minh họa bằng hình ảnh bên dưới
Add this code to your extra.less template:
CSS:
/* [cXF] Sticky Postbit */
@media (min-width: @xf-responsiveMedium) {
.message-user {
position: -webkit-sticky;
position: sticky;
top: 37px;
.message-userArrow {
right: -11px;
}
}
}
/**********/
Last edited:
Relate Threads
Interested Threads
Latest Threads