From eaba93ed33e5a4a91ed50cbc4a3b2edff69dc800 Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Wed, 22 Apr 2015 18:37:13 +0000 Subject: [PATCH] Admin menu: prevent (most) lock outs caused by plugins or IE7. fixes #30900. git-svn-id: https://develop.svn.wordpress.org/trunk@32268 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/admin-menu.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/css/admin-menu.css b/src/wp-admin/css/admin-menu.css index 9333aff0cc..77f0034d01 100644 --- a/src/wp-admin/css/admin-menu.css +++ b/src/wp-admin/css/admin-menu.css @@ -10,7 +10,7 @@ position: fixed; top: 0; bottom: -120px; - z-index: 9980; /* just beneath #adminmenuwrap */ + z-index: 1; /* positive z-index to avoid elastic scrolling woes in Safari */ } #adminmenu {