Skip to main content

If you want your navigation island to not be fixed to the screen when scrolling, you can apply this plugin. To add the plugin, simply add the plugin's name to the plugins array in the config.mts file. The plugin will be automatically added to the navigation.

Screenshot of how such an navigation would look (looks the same as deafult)
Screenshot of how such an navigation would look (looks the same as deafult)

Plugin Name:

txt
static-nav

Example of the Configuration

ts
  plugins: [
    "static-nav",
  ],

↑ Go to topFile an issue