How to add a footer in a specific page?
-
I’ve the need to not alter the layout of my app, but, in a single page, add two buttons sticky at the bottom.
I Tried with
q-page
q-card
a lot of content
q-space
q-toolbarbut the toolbar is NOT at the bottom
I tried
q-page
q-scrollarea
q-card
a lot of content
q-space
q-toolbarBut the toolbar is not at the bottom.
How can I achieve this goal?
-
Ok, I fixed the toolbar to bottom using class “absolute-bottom”, it was easy.
I opened another thread because q-scrollarea is height 0px !