Skip to content

Commit 6592f4c

Browse files
Make suggest script visible in the customizer.
props celloexpressions for initial patch. see #25867. git-svn-id: https://develop.svn.wordpress.org/trunk@26085 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 8cc1529 commit 6592f4c

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/wp-admin/css/wp-admin.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4901,6 +4901,10 @@ p.popular-tags a {
49014901
border-style: solid;
49024902
}
49034903

4904+
.wp-customizer .ac_results {
4905+
z-index: 500000;
4906+
}
4907+
49044908
.ac_results li {
49054909
padding: 2px 5px;
49064910
white-space: nowrap;

src/wp-admin/customize.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
wp_user_settings();
5757
_wp_admin_html_begin();
5858

59-
$body_class = 'wp-core-ui js';
59+
$body_class = 'wp-core-ui wp-customizer js';
6060

6161
if ( wp_is_mobile() ) :
6262
$body_class .= ' mobile';

0 commit comments

Comments
 (0)