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

Prevent .visibleMediumView from overriding already hidden elements (issue 18704, PR 18596 follow-up) #18707

Merged
merged 1 commit into from
Sep 8, 2024

Commits on Sep 8, 2024

  1. Prevent .visibleMediumView from overriding already hidden elements …

    …(issue 18704, PR 18596 follow-up)
    
    *Please note:* As a general rule we probably don't need to fix things affecting *custom* implementations of the default viewer, but in this case a "targeted" fix seem possible that shouldn't (famous last words) break anything else.
    
    Ensure that the `.visibleMediumView` class, which is used when the viewer becomes narrow, cannot override the `display`-value for DOM elements that are being *explicitly* hidden either through the associated attribute or class.
    Snuffleupagus committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    b681ea6 View commit details
    Browse the repository at this point in the history