QScrollArea With Flexbox Horizontal Scrolling
-
Hi,
I’m trying to get QScrollArea work with this code:
<q-scroll-area class="related-products xs-gutter row no-wrap reverse"> <app-related-products-item v-for="i in 10" :key="i" :product="product" /> </q-scroll-area>
The app-related-products-item code:
<div class="col-4 replated-product"> </div>
Unfortuatly it doesnt work.
Can you please tell me what is wrong here?Thank you in advance,
Mohammed