I am wondering if it is possible to somehow nest the navbar component without blocking the outer one.
My use-case is that I'm adding documentation to my web app and want to have a fixed navbar on the side for the documentation section. while keeping the main nav there too.
I welcome alternative solutions to getting the same layout (fixed side area with scrollable content to the right) but haven't been able to find a sensible solution yet.