Customize: Fix jumping behavior upon scrolling up when a sticky header has its description expanded.

Props delawski.
See #34343, #41879.
Fixes #41850.

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


git-svn-id: http://core.svn.wordpress.org/trunk@41513 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Weston Ruter
2017-10-02 18:55:47 +00:00
parent 5087d26d2d
commit d8d8a01134
3 changed files with 36 additions and 24 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-alpha-41678';
$wp_version = '4.9-alpha-41679';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.