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
    1. Home
    2. Shisiah
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Best 0
    • Groups 0

    Shisiah

    @Shisiah

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Website www.fiverr.com/jamesshisiah Location Kenya, Nairobi

    Shisiah Follow

    Latest posts made by Shisiah

    • RE: Q-Scroll-Area Height

      I came here looking for a solution but q-scroll-area didn’t work for me despite trying lots of variations with this component. So I removed q-scroll-area and implemented something like this:

      <div style="max-height: 440px; overflow: auto" class="col">
                <div :visible="false" class="fit column">
      		  <!-- stuff you put here will be scrollable. You can adjust the max-height depending on your components -->
      		 </div>
      		</div>
      
      posted in Help
      S
      Shisiah