I have a q-page
that contains a q-card
that contains a q-scroll-area
.
There are two possibilities.
(2) is easily achieved by just keeping the child inside q-scroll-area. But, (1) appears tricky. When I added class="absolute fit"
to the child, it occupies the horizontal space but not the vertical space.
I am wondering what should be best way to use q-scroll-area
when you want the child to occupy all available space.
I was also looking for the answer and finally I found that when you add both 'col' and 'row' to the class of div element, then it occupy whole space and it is responsive.