Customizer menus: correct oversized viewport after dragging menu items.
Fix an issue where the screen viewport resized to an oversized state on mobile devices after moving sub-menus. Props kwonye. Fixes #36884. git-svn-id: https://develop.svn.wordpress.org/trunk@42817 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5816caddcf
commit
fd1681f0cf
|
@ -785,7 +785,8 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
|||
}
|
||||
|
||||
@media screen and ( max-width: 782px ) {
|
||||
body.nav-menus-php {
|
||||
body.nav-menus-php,
|
||||
body.wp-customizer {
|
||||
min-width: 0 !important;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue