Twenty Seventeen: Fixes focused controls hidden by top menu.

When a page is scrolled, the top nav menu became fixed. This resolves that.

Props afercia, Fencer04, davidakennedy
Fixes #38476


Built from https://develop.svn.wordpress.org/trunk@39183


git-svn-id: http://core.svn.wordpress.org/trunk@39123 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Tammie Lister
2016-11-09 16:13:34 +00:00
parent a2bbbddb9e
commit 6c435f5afb
3 changed files with 24 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.7-beta2-39182';
$wp_version = '4.7-beta2-39183';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.