How can I put the QLayout left slot between the header and the footer?
-
From what I can tell when I add the side links to the QLayout slot=left it is always to the left of the header and footer. Is there a way I can tell it to be “between” the header and footer?
Re: [How can I put the "Drawer" between the header and the footer (toolbars)](opening and closing between them?)
-
Use the view prop
<q-layout view="hhh lpr fff"> // your stuff as normal <q-layout>
-
Thank you benoitranque, I was testing on the website through the small mobile emulator… The mobile is always left nav full top to bottom. When I tested through the “Desktop” mode, it worked!
-
Take a look at the left-breakpoint prop, it allows you to configure when the menu style changes.