Make WordPress Core

Ticket #51631: 51631.1.diff

File 51631.1.diff, 573 bytes (added by maxpertici, 4 years ago)

sticky-on-header

  • src/wp-admin/css/nav-menus.css

    diff --git a/src/wp-admin/css/nav-menus.css b/src/wp-admin/css/nav-menus.css
    index 5d148567e4..c6845e30f4 100644
    a b body.menu-max-depth-11 { min-width: 1280px !important; } 
    777777        }
    778778}
    779779
     780@media only screen and (min-width: 783px) {
     781        @supports (position:sticky) {
     782                #nav-menu-header {
     783                        position: sticky;
     784                        top: 32px;
     785                        z-index: 1;
     786                }
     787
     788                #save_menu_footer{
     789                        display: none;
     790                }
     791        }
     792}
     793
    780794@media screen and (max-width: 782px) {
    781795        body.nav-menus-php,
    782796        body.wp-customizer {