From 349ccdf2d7565beb647882f59e702bb5ddc3d223 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Wed, 18 Oct 2017 18:12:29 +0000 Subject: [PATCH] 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 --- src/wp-admin/css/customize-controls.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wp-admin/css/customize-controls.css b/src/wp-admin/css/customize-controls.css index fe62d8dd20..12347f1630 100644 --- a/src/wp-admin/css/customize-controls.css +++ b/src/wp-admin/css/customize-controls.css @@ -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;