Skip to content

Commit 543a9d0

Browse files
committed
Fix flickering of the admin menu on over-scrolling.
Props joemcgill, mindrun. Fixes #30900. git-svn-id: https://develop.svn.wordpress.org/trunk@32089 602fd350-edb4-49c9-b593-d223f7449a82
1 parent e9196a3 commit 543a9d0

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/wp-admin/css/admin-menu.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
}
88

99
#adminmenuback {
10-
position: absolute;
10+
position: fixed;
1111
top: 0;
12-
bottom: 0;
13-
z-index: -1;
12+
bottom: -120px;
13+
z-index: 9980; /* just beneath #adminmenuwrap */
1414
}
1515

1616
#adminmenu {
@@ -933,4 +933,3 @@ li#wp-admin-bar-menu-toggle {
933933
top: 46px;
934934
}
935935
}
936-

0 commit comments

Comments
 (0)