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. jmbldwn
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Best 1
    • Groups 0

    jmbldwn

    @jmbldwn

    1
    Reputation
    6
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    jmbldwn Follow

    Best posts made by jmbldwn

    • RE: QLayout, Headers, and scrolling

      I’ve been trying that. Mostly it lets you decide what the left- and right-drawers do. I can’t seem to get it to constrain the main page space.

      posted in Help
      J
      jmbldwn

    Latest posts made by jmbldwn

    • Quasar in a Webpack Build?

      Has anyone gotten quasar to work in a stock webpack configuration, i.e. not using the quasar or vue cli?

      posted in CLI
      J
      jmbldwn
    • RE: QLayout, Headers, and scrolling

      I’ve been trying that. Mostly it lets you decide what the left- and right-drawers do. I can’t seem to get it to constrain the main page space.

      posted in Help
      J
      jmbldwn
    • QLayout, Headers, and scrolling

      If I create a simple layout with a header and a scrollable main window area, quasar seems to make the scrollable area start at the top of the screen (at the top of the header) and adds padding to the top of the scrollable area so its content can’t be scrolled under the header. This leads to an odd-looking behavior with the scroll bar, and any use of classes that define an element within that window to have 100% height makes the elements larger than the actual window.

      You can see this in the docs for a basic layout. Note the way the scroll bar goes up under the header at the top: https://quasar.dev/layout/page#Example--Basic

      What I really want is the top of the child area to be at the bottom of the header, so the scroll bar looks right, and the child window has the right actual window height that its children can inherit.

      I think I can pull this off with flex classes, but it feels like I’m swimming upstream as I would have to override a lot of existing layout classes.

      Is there a better way?

      posted in Help
      J
      jmbldwn