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

    imix

    @imix

    1
    Reputation
    146
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    imix Follow

    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

    Latest posts made by imix

    • RE: non fixed footer needs scrolling

      yes I did and from my understanding h1 is permissible (and should be to propperly structure web pages). I think I just did not understand that margins can only be used inside a layout when inside a “first” flex container created by “row” or “flex”?

      posted in Help
      I
      imix
    • RE: non fixed footer needs scrolling

      so the rule about css margin mentioned in the layout documentation also applies to <q-page>? Maybe this could be added to the page documentation? Would have saved my some tinkering time 😉

      thanks for the help!

      posted in Help
      I
      imix
    • RE: non fixed footer needs scrolling

      thanks, I want the lff behaviour. I expect it to behave like in https://quasar-framework.org/components/layout.html with lff and Extra content for scrolling disabled. but with the example I gave, it behaves as if there was extra content below the h1 which would trigger scrolling (but obviously there isn’t).

      posted in Help
      I
      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