Don't fix the position of the admin toolbar submenus when the viewport is below 600px. This avoids them becoming detached from the admin toolbar when scrolling.

Fixes #29905
Props avryl

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


git-svn-id: http://core.svn.wordpress.org/trunk@30696 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2014-12-02 06:49:22 +00:00
parent 9b9424aa77
commit a5fa87325b
5 changed files with 3 additions and 5 deletions

View File

@ -1054,7 +1054,6 @@ html:lang(he-il) .rtl #wpadminbar * {
}
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
position: fixed;
width: 100%;
right: 0;
}

File diff suppressed because one or more lines are too long

View File

@ -1054,7 +1054,6 @@ html:lang(he-il) .rtl #wpadminbar * {
}
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
position: fixed;
width: 100%;
left: 0;
}

File diff suppressed because one or more lines are too long

View File

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