From f6a51e7ff3c2b53fc87a77b3e46fd3e0ddf11f5b Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Tue, 2 Dec 2014 06:48:24 +0000 Subject: [PATCH] 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 --- src/wp-includes/css/admin-bar.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-includes/css/admin-bar.css b/src/wp-includes/css/admin-bar.css index 39596c7a8e..28f973e080 100644 --- a/src/wp-includes/css/admin-bar.css +++ b/src/wp-includes/css/admin-bar.css @@ -1054,7 +1054,6 @@ html:lang(he-il) .rtl #wpadminbar * { } #wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper { - position: fixed; width: 100%; left: 0; }