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

    Non-Sticky Q-Footer

    Help
    2
    2
    351
    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.
    • F
      francis6425 last edited by

      How do i create a non sticky footer to be displayed on every page at the end of the content (even though the content may be longer than the view) ?

      I 1 Reply Last reply Reply Quote 0
      • I
        Ilia @francis6425 last edited by

        @francis6425 Would this one work? You should be interested in “fff” paramater in view for that. https://quasar.dev/layout-builder

        <template>
          <q-layout view="hHh lpR fff">
        
            <q-page-container>
              <router-view />
            </q-page-container>
        
            <q-footer elevated class="bg-grey-8 text-white">
              <q-toolbar>
                <q-toolbar-title>
                  <q-avatar>
                    <img src="https://cdn.quasar.dev/logo/svg/quasar-logo.svg">
                  </q-avatar>
                  Title
                </q-toolbar-title>
              </q-toolbar>
            </q-footer>
        
          </q-layout>
        </template>
        
        1 Reply Last reply Reply Quote 0
        • First post
          Last post