diff --git a/wp-content/themes/twentytwelve/css/ie.css b/wp-content/themes/twentytwelve/css/ie.css index 706f5103ed..134647da12 100644 --- a/wp-content/themes/twentytwelve/css/ie.css +++ b/wp-content/themes/twentytwelve/css/ie.css @@ -108,7 +108,7 @@ body.full-width .site-content { padding: 0; position: absolute; top: 100%; - z-index: 1; + z-index: 99999; height: 1px; width: 1px; overflow: hidden; diff --git a/wp-content/themes/twentytwelve/style.css b/wp-content/themes/twentytwelve/style.css index 1976657a5f..21b797f2ec 100644 --- a/wp-content/themes/twentytwelve/style.css +++ b/wp-content/themes/twentytwelve/style.css @@ -1606,7 +1606,7 @@ img#wpstats { padding: 0; position: absolute; top: 100%; - z-index: 1; + z-index: 99999; height: 1px; width: 1px; overflow: hidden; diff --git a/wp-includes/version.php b/wp-includes/version.php index 26d17cd88c..7ea1f6e05c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58775'; +$wp_version = '6.7-alpha-58776'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.