- Compatible XF Versions
- 2.1
To make a floating sidebar, just add extra.less, such code.
Less:
@m-sticky-top: 48px;
@media (min-width: (@xf-responsiveWide + 1px)) {
.p-body-main--withSidebar {
display: flex;
align-items: flex-start...
You do not have permission to view the full content of this resource.
Log in or register now.