diff options
Diffstat (limited to 'src/page/homepage.js')
-rw-r--r-- | src/page/homepage.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/page/homepage.js b/src/page/homepage.js index 7295ba09..105c402f 100644 --- a/src/page/homepage.js +++ b/src/page/homepage.js @@ -107,6 +107,7 @@ export function writeTargetless({wikiData}) { sidebarLeft: homepageLayout.sidebarContent && { wide: true, collapse: false, + stickyMode: 'none', // This is a pretty filthy hack! 8ut otherwise, the [[news]] part // gets treated like it's a reference to the track named "news", // which o8viously isn't what we're going for. Gotta catch that |