Customize: Prevent preview iframe from showing until fully loaded.
Fixes issue where the Customizer preview window can appear to momentarily bounce to the top when being refreshed. Regression from [36532]. See #31195. Fixes #36276. Built from https://develop.svn.wordpress.org/trunk@37060 git-svn-id: http://core.svn.wordpress.org/trunk@37027 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -613,6 +613,9 @@ p.customize-section-description {
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
}
|
||||
#customize-preview iframe + iframe {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.wp-full-overlay-sidebar {
|
||||
background: #eee;
|
||||
|
||||
2
wp-admin/css/customize-controls-rtl.min.css
vendored
2
wp-admin/css/customize-controls-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -613,6 +613,9 @@ p.customize-section-description {
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
}
|
||||
#customize-preview iframe + iframe {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.wp-full-overlay-sidebar {
|
||||
background: #eee;
|
||||
|
||||
2
wp-admin/css/customize-controls.min.css
vendored
2
wp-admin/css/customize-controls.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user