Lack of interest Make the staff toolbar sticky by default or as an option

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

Stuart Wright

Well-known member
Licensed customer
Simple tweak, really. The Staff toolbar really does need to be sticky by default.

/admin.php?styles/style-default.2/style-properties/group&group=headerNav
should have or use the same sticky options as for the main header.

I use
Code:
    <xf:comment>Moderators get a sticky moderator bar</xf:comment>
    <xf:if is="$xf.visitor.is_moderator">  
        <xf:css>
        .p-navSticky {top: 34px !important;}
        .p-staffBar {position: sticky;top: 0;z-index:400;}
        </xf:css>
    </xf:if>
in page_container, but it shouldn't be necessary.
Cheers.
 
Upvote 1
This suggestion has been closed. Votes are no longer accepted.
Back
Top Bottom