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; } |
777 | 777 | } |
778 | 778 | } |
779 | 779 | |
| 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 | |
780 | 794 | @media screen and (max-width: 782px) { |
781 | 795 | body.nav-menus-php, |
782 | 796 | body.wp-customizer { |