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: request fullscreen for the whole page #13320

Merged
merged 3 commits into from
Sep 19, 2024
Merged

Commits on Sep 19, 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 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    62b5141 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 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d922845 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 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    a37fbf0 View commit details
    Browse the repository at this point in the history