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

    Using vertical QSplitter in QPage / QPageContainer with full-height and prevent scrolling?

    Help
    2
    2
    297
    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
      mrvn last edited by

      I am trying to split a QPage into two by using a splitter. I want the childs to fill the whole space, but prevent inner scroll / general page scroll, so the content (using a the grid system) adjusts to its parent which is fixed by the splitter slots height.
      Fiddle: https://codepen.io/mrvnk/pen/wvWYWqJ

      beets 1 Reply Last reply Reply Quote 0
      • beets
        beets @mrvn last edited by

        @mrvn Do you mean to just make the splitter full height?

        <q-splitter
          v-model="splitterRatio"
          horizontal
          class="absolute-full"
          >
        
        1 Reply Last reply Reply Quote 0
        • First post
          Last post