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
    1. Home
    2. imix
    3. Best
    I
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 4
    • Best 1
    • Groups 0

    Best posts made by imix

    • non fixed footer needs scrolling

      Hi,

      if I create a simple layout with a non-fixed footer the footer is pushed down and scrolling is required, even though the content is smaller than the viewport.

      To reproduce from a standard quasar init:

      The Layout is defined with: <q-layout view="lHh Lpr lff"> and <q-layout-footer>Test</q-layout-footer> is added in the layout and QLayoutFooter imported in quasar.conf.js.

      The page looks as follows:

      <template>
        <q-page>
          <h1>test</h1>
        </q-page>
      </template>
      

      If I remove the margins from the h1: <h1 class="q-ma-none">test</h1> the page looks as expected.

      What am I doing wrong?

      thanks!

      posted in Help
      I
      imix