Skip to content

Commit

Permalink
Merge pull request mozilla#18707 from Snuffleupagus/pr-18596-followup
Browse files Browse the repository at this point in the history
Prevent `.visibleMediumView` from overriding already hidden elements (issue 18704, PR 18596 follow-up)
  • Loading branch information
timvandermeij committed Sep 8, 2024
2 parents c159cb1 + b681ea6 commit 5785494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/viewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -1581,7 +1581,7 @@ dialog :link {
#outerContainer .hiddenMediumView {
display: none !important;
}
#outerContainer .visibleMediumView {
#outerContainer .visibleMediumView:not(.hidden, [hidden]) {
display: inherit !important;
}
}
Expand Down

0 comments on commit 5785494

Please sign in to comment.