- XF Compatibility
- 2.2.x
- 2.3.x
- Short Description
- To have a sticky postbit
To have a sticky postbit like this:
Code:
/* [cXF] Sticky Postbit */
@media (min-width: @xf-responsiveMedium) {
.message-user {
position: -webkit-sticky;
position: sticky;
top: 37px...
You do not have permission to view the full content of this resource.
Log in or register now.