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

    How to I set a custom footer Height?

    Framework
    2
    2
    716
    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.
    • B
      bala41288 last edited by

      In the documentation I see the below for setting custom footer Height.

      8035bb69-33b2-4de4-9de0-f5b1038f0c18-image.png

      I tried using the below code and it doesn’t seem to work for me.

      <q-footer elevated class="bg-grey-8 text-white" height-hint="150px">
      <q-toolbar> </q-toolbar>
      </q-footer>
      

      Can someone please help? The documentation is not very helpful and I don’t even find any examples online.

      metalsadman 1 Reply Last reply Reply Quote 0
      • metalsadman
        metalsadman @bala41288 last edited by metalsadman

        @bala41288 i believe height-hint is not for the height of the footer, since it’s in the behavior section of the api. Giving your qfooter a css style with height should just work. ie. <q-footer style="height:150px;" ...>

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