No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    QScrollArea With Flexbox Horizontal Scrolling

    Help
    1
    1
    734
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      Mohammed last edited by

      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

      1 Reply Last reply Reply Quote 0
      • First post
        Last post