Static
Use the static prop to disable Navbar's default sticky position.
Demo
Twig
{% include '@bolt-components-navbar/navbar.twig' with {
static: true,
...
} only %}
HTML
Not available in plain HTML. Please use Twig.