XF 2.1 Stick Staff Bar

Add this code to you extra.less template :
Less:
.p-staffBar {
    position: sticky;
    top: 0;
    z-index:400;
}

.p-navSticky {
    top: 35px !important;
}
 
Back
Top Bottom