Modify q-layout to have drawer under title bar
-
I need some advice on the best way to modify q-layout (or use other techniques) so that the drawer opens and closes under the titlebar instead of fully moving the titlebar and all content when opened. Basically I want these open/close states:
Would I need to add a component above that embeds the layout? And add a title bar to that parent component and remove the titlebar inside the layout?
-
@ssuess tried playing with the layout builder https://quasar.dev/layout-builder ? You can achive this with q-layout’s
view
prop, ie.view="hHh ..."
-
OMG @metalsadman thanks!!