- 注册
- 10 16, 2023
- 消息
- 1,756
- G
- 10,070 G
- 中国
- 河南
- 洛阳市
- 联通 网友
- 主题 作者
- #1
将此代码添加到您的extra.less模板中:
代码:
/* [cXF] Sticky Postbit */
@media (min-width: @xf-responsiveMedium) {
.message-user {
position: -webkit-sticky;
position: sticky;
top: 37px;
.message-userArrow {
right: -11px;
}
}
}
/**********/