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

    Nested Layouts

    Framework
    3
    6
    2539
    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.
    • D
      dreyn74 last edited by

      Are nested layouts going to ever be a thing? If not, how do I go about a making a side menu with a fixed footer and two, side by side scroll areas, one with it’s own header? This is what I have so far…
      Code Sandbox: Vue Quasar Side Menu Solution.

      1 Reply Last reply Reply Quote 0
      • benoitranque
        benoitranque last edited by

        No. Nested layouts won’t be a thing

        Flexbox is your friend 🙂

        D 2 Replies Last reply Reply Quote 0
        • D
          dreyn74 @benoitranque last edited by dreyn74

          @benoitranque Thank you very much, but I wanted one fixed footer for the entire QLayoutDrawer and one fixed header for just the right half of the QLayoutDrawer . Is that possible with flexbox?

          1 Reply Last reply Reply Quote 0
          • D
            dreyn74 @benoitranque last edited by dreyn74

            @benoitranque I can’t seem to get the fixed footer across the bottom of both columns with flexbox. Do you have any suggestions? Does flexbox only work in QLayout in with Quasar v0.15? In a separate test, I am using Quasar v0.14 and the results are not the same.
            Also, do you know what I need to do to get my tabs to align horizontally?
            Here is a codepen with what I have so far.

            1 Reply Last reply Reply Quote 0
            • benoitranque
              benoitranque last edited by

              Flexbox is part of the css specs. Quasar simply has a few helper classes. Learn more about flexbox here, and the qusar helper classes here

              1 Reply Last reply Reply Quote 0
              • S
                serg25 last edited by

                Perhaps the container will help you: https://quasar.dev/layout/layout#Containerized-QLayout

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