Skip to content

Commit

Permalink
fix: πŸ› add html:not(.ve-activated) to .citizen-body-header--sticky
Browse files Browse the repository at this point in the history
Signed-off-by: WaitSpring <[email protected]>
  • Loading branch information
WaitSpringQW committed Nov 25, 2023
1 parent 576f020 commit d3beab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/skins.citizen.styles/StickyHeader.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
}

.citizen-body-header--sticky {
html:not(.ve-activated) .citizen-body-header--sticky {
.mw-body-header {
position: sticky;
top: ~'calc( var( --header-size ) - 1px )';
Expand Down

0 comments on commit d3beab0

Please sign in to comment.