If you want your navigation to be always be connected to the top of the page, 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.
Plugin Name:
txt
sticky-nav
Example of the Configuration
ts
plugins: [
"sticky-nav",
],