Want a textfield to take up rest of page (without causing scrolling), using v1.x
-
I have a q-layout, q-header, q-page-container, q-page
Inside the q-page I have some controls, ending with a textarea
How would I get the textarea to take up all the vertical space left?
Anyone have any examples of sizing? e.g let this take up 40% of the q-page? Let this take the rest…
Thanks
-
Lots of options here: https://v1.quasar-framework.org/style/positioning
-
Thanks, fixed-bottom makes my text area move to the bottom just fine, however I also want the top of the text area to stay where it was, i.e. for the height/size to change, not so much the position