mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
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:
parent
9b9424aa77
commit
a5fa87325b
@ -1054,7 +1054,6 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
|
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
|
||||||
position: fixed;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
2
wp-includes/css/admin-bar-rtl.min.css
vendored
2
wp-includes/css/admin-bar-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1054,7 +1054,6 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
|
#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
|
||||||
position: fixed;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
|
2
wp-includes/css/admin-bar.min.css
vendored
2
wp-includes/css/admin-bar.min.css
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user