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

    Page in Layout not showing correctly

    Help
    4
    4
    1158
    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.
    • V
      vbledar last edited by benoitranque

      Hi all,

      I trying to using QLayout, but the side navigation and page are showing below the header toolbar and not below them.

      This is my MainLayout.vue component:

      <q-layout ref="layout" view="hHh LpR fFf" :right-breakpoint="1100">
          <q-toolbar slot="header">
            <q-toolbar-title>
              Asset Management
              <span slot="subtitle">Manage all your assets (addresses, identities, accounts, etc)</span>
            </q-toolbar-title>
          </q-toolbar>
      
          <q-tabs slot="navigation">
            <q-route-tab slot="title" icon="person" to="/identity" replace hide="icon" label="Identity" />
            <q-route-tab slot="title" icon="address" to="/address" replace hide="icon" label="Addresses" />
          </q-tabs>
      
          <!-- Left Side Panel -->
          <div slot="left">
            <q-list no-border link inset-separator>
              <q-list-header>Essential Links</q-list-header>
              <q-side-link item to="/docs">
                <q-item-side icon="school" />
                <q-item-main label="Docs" sublabel="quasar-framework.org" />
              </q-side-link>
              <q-side-link item to="/forum">
                <q-item-side icon="record_voice_over" />
                <q-item-main label="Forum" sublabel="forum.quasar-framework.org" />
              </q-side-link>
              <q-side-link item to="/chat">
                <q-item-side icon="chat" />
                <q-item-main label="Gitter Channel" sublabel="Quasar Lobby" />
              </q-side-link>
              <q-side-link item to="/twitter">
                <q-item-side icon="rss feed" />
                <q-item-main label="Twitter" sublabel="@quasarframework" />
              </q-side-link>
            </q-list>
          </div>
      
          <router-view class="layout-view"/>
      
          <q-toolbar slot="footer">
            <q-toolbar-title>
              Layout Footer
            </q-toolbar-title>
          </q-toolbar>
        </q-layout>
      

      Could someone help me around this issue?

      Thank you.

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

        What do you mean “below the header toolbar and not below them”?

        1 Reply Last reply Reply Quote 0
        • M
          Max last edited by

          please provide a screenshot

          1 Reply Last reply Reply Quote 0
          • N
            ninafar last edited by

            my q-page-container (the top part) is hiding behind the q-header . what should i do

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