Skip to content

Commit 24242b7

Browse files
authored
Hide navbar on scroll (#37)
1 parent 98940a3 commit 24242b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docusaurus.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ module.exports = {
99
navbar: {
1010
title: "TypeScriptToLua",
1111
logo: { src: "images/logo.png" },
12+
hideOnScroll: true,
1213
items: [
1314
{ to: "docs/getting-started", label: "Docs", position: "left" },
1415
{ to: "play", label: "Playground", position: "left" },

0 commit comments

Comments
 (0)