AppLayout - NavBar set z-index ?

com.vaadin.flow.component.applayout.AppLayout has a NavBar and Content.

The NavBar contains branding and menu.

Branding and menu are accessible via api.

But NavBar itself isn’t.

There is no AppLayout.getNavBar() method.

I need to set the z-index of the NavBar.

How do I do that?