- Joined
 - May 25, 2019
 
- Messages
 - 1,388
 
- Points
 - 523
 
Reputation:
DareDevil submitted a new resource:
Sticky sidebar - Sticky sidebar
Read more about this resource...
	
		
			
		
		
	
			
			Sticky sidebar - Sticky sidebar
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; .p-body-content { flex: 1 1 auto; display: block; width: ~"calc(100% - @xf-sidebarWidth)"; } .p-body-sideNav, .p-body-sidebar { flex: 0 0 auto; display: block; }...
Read more about this resource...