Customize: Fix visibility of overlay notifications in Safari.
Props sayedwp, westonruter. Amends [41390]. See #35210, #42024, #42052. git-svn-id: https://develop.svn.wordpress.org/trunk@41919 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4124fbfa7c
commit
349ccdf2d7
@ -1189,9 +1189,9 @@ p.customize-section-description {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#customize-controls #customize-notifications-area,
|
||||
#customize-controls .customize-section-title > .customize-control-notifications-container,
|
||||
#customize-controls .panel-meta > .customize-control-notifications-container {
|
||||
#customize-controls #customize-notifications-area:not(.has-overlay-notifications),
|
||||
#customize-controls .customize-section-title > .customize-control-notifications-container:not(.has-overlay-notifications),
|
||||
#customize-controls .panel-meta > .customize-control-notifications-container:not(.has-overlay-notifications) {
|
||||
max-height: 210px;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
|
Loading…
Reference in New Issue
Block a user