mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-07-30 19:07:22 +02:00
Merge pull request #18707 from Snuffleupagus/pr-18596-followup
Prevent `.visibleMediumView` from overriding already hidden elements (issue 18704, PR 18596 follow-up)
This commit is contained in:
commit
578549487f
@ -1581,7 +1581,7 @@ dialog :link {
|
|||||||
#outerContainer .hiddenMediumView {
|
#outerContainer .hiddenMediumView {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
#outerContainer .visibleMediumView {
|
#outerContainer .visibleMediumView:not(.hidden, [hidden]) {
|
||||||
display: inherit !important;
|
display: inherit !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user