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


git-svn-id: https://develop.svn.wordpress.org/trunk@30706 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn 2014-12-02 06:48:24 +00:00
parent 3f2827c5be
commit f6a51e7ff3

View File

@ -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;
} }