Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: we did not have a good chain of height: 100% divs #178

Merged
merged 2 commits into from
Jul 20, 2023

Commits on Jun 28, 2023

  1. fix: autorouting should pick up modules that only define routes

    Instead of having a Page component, we should also just allow a user
    to define a set of routes.
    This is what we need for the /apps/scrolling example.
    maartenbreddels committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    2278600 View commit details
    Browse the repository at this point in the history
  2. fix: we did not have a good chain of height: 100% divs

    this did not enable users to add their own height: 100% elements
    with scrollbars.
    maartenbreddels committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    cc9a071 View commit details
    Browse the repository at this point in the history