diff --git a/src/wp-admin/css/themes.css b/src/wp-admin/css/themes.css index a18a89a740..56fc43fc54 100644 --- a/src/wp-admin/css/themes.css +++ b/src/wp-admin/css/themes.css @@ -1520,7 +1520,6 @@ body.full-overlay-active { box-shadow: none !important; -webkit-border-radius: 0 !important; border-radius: 0 !important; - z-index: -1; /* Below device buttons */ } .wp-core-ui .wp-full-overlay .collapse-sidebar:hover, @@ -1622,8 +1621,12 @@ body.full-overlay-active { background: #eee; } -.wp-full-overlay-footer .devices { +.wp-full-overlay-footer .devices-wrapper { float: right; +} + +.wp-full-overlay-footer .devices { + position: relative; background: #eee; -webkit-box-shadow: -20px 0 10px -5px #eee; box-shadow: -20px 0 10px -5px #eee; diff --git a/src/wp-admin/customize.php b/src/wp-admin/customize.php index f1e66ff3dd..b6c1e63827 100644 --- a/src/wp-admin/customize.php +++ b/src/wp-admin/customize.php @@ -171,30 +171,32 @@ do_action( 'customize_controls_print_scripts' );