Make WordPress Core

Changeset 46460


Ignore:
Timestamp:
10/11/2019 07:20:43 PM (7 years ago)
Author:
antpb
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/admin-menu.css

    r46453 r46460  
    761761        }
    762762
     763        .auto-fold #adminmenuback {
     764                position: fixed;
     765        }
     766
    763767        .auto-fold #adminmenuback,
    764768        .auto-fold #adminmenuwrap {
Note: See TracChangeset for help on using the changeset viewer.