1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +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:
Tim van der Meij 2024-09-08 12:00:44 +02:00 committed by GitHub
commit 578549487f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1581,7 +1581,7 @@ dialog :link {
#outerContainer .hiddenMediumView {
display: none !important;
}
#outerContainer .visibleMediumView {
#outerContainer .visibleMediumView:not(.hidden, [hidden]) {
display: inherit !important;
}
}