diff --git a/src/wp-admin/css/themes.css b/src/wp-admin/css/themes.css index 6b598013a0..61e290fe86 100644 --- a/src/wp-admin/css/themes.css +++ b/src/wp-admin/css/themes.css @@ -1806,7 +1806,7 @@ body.full-overlay-active { #customize-container iframe, .theme-install-overlay iframe { height: 100%; - width: 100vw; + width: 100%; z-index: 20; transition: opacity 0.3s; }