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

docs: fixes for mobile users #832

Merged
merged 1 commit into from
Oct 28, 2024
Merged

Commits on Oct 24, 2024

  1. docs: fixes for mobile users

    Because we previously used a `solara.v.NavigationDrawer` with `v_model=True`, that was only hidden and not destroyed on mobile, Vuetify would think that a floating navigation drawer is open on page load. This would mean that the page could not be used before the user tapped somewhere on the page to "close the drawer". Also adds another maximum width restriction to make sure content doesn't become wider than the viewport on mobile resolutions.
    iisakkirotko committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    1e23056 View commit details
    Browse the repository at this point in the history