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

[stable30] fix: request fullscreen for the whole page #13399

Merged
merged 3 commits into from
Sep 25, 2024

Commits on Sep 25, 2024

  1. fix: request fullscreen for the whole page

    - header should be hidden, and app-content stretched to the whole viewport, so apply custom styles
    
    Signed-off-by: Maksim Sukharev <[email protected]>
    Antreesy authored and backportbot[bot] committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    cb87759 View commit details
    Browse the repository at this point in the history
  2. fix: drop Viewer+ViewerOverlay re-parenting

    - Viewer is always mounted next to the #content-vue, so it will be visible on body fullscreen-ed
    
    Signed-off-by: Maksim Sukharev <[email protected]>
    Antreesy authored and backportbot[bot] committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2dd4dfe View commit details
    Browse the repository at this point in the history
  3. fix: set mainContainerSelector to 'body'

    Signed-off-by: Maksim Sukharev <[email protected]>
    Antreesy authored and backportbot[bot] committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    12e5e89 View commit details
    Browse the repository at this point in the history