ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 28,767
- Points
- 823
Reputation:
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:
Read more
Continue reading...
/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:
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>...
Read more
Continue reading...