Administration: Prevents horizontal scroll jumping around while admin menu is open.

This sets the `#adminmenuback` `position` CSS property to `fixed`.

Props promz, man4toman.
Fixes #47010.


git-svn-id: https://develop.svn.wordpress.org/trunk@46460 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Anthony Burchell 2019-10-11 19:20:43 +00:00
parent 68729adb57
commit 42493b7ed8

View File

@ -760,6 +760,10 @@ li#wp-admin-bar-menu-toggle {
z-index: 100;
}
.auto-fold #adminmenuback {
position: fixed;
}
.auto-fold #adminmenuback,
.auto-fold #adminmenuwrap {
display: none;