diff --git a/professional-business/style-editor.css b/professional-business/style-editor.css index 7ce950cb9..4b7b144b9 100644 --- a/professional-business/style-editor.css +++ b/professional-business/style-editor.css @@ -583,6 +583,10 @@ figcaption, z-index: 2; } +.wp-block-media-text .components-resizable-box__handle { + z-index: 3; +} + /** === Table === */ .wp-block-table td, .wp-block-table th { border-color: #767676; diff --git a/professional-business/style-editor.scss b/professional-business/style-editor.scss index 9796bb045..61c57921f 100644 --- a/professional-business/style-editor.scss +++ b/professional-business/style-editor.scss @@ -598,6 +598,11 @@ figcaption, .editor-inner-blocks { z-index: 2; } + + // Make sure the box handle is clickable. + .components-resizable-box__handle { + z-index: 3; + } } /** === Table === */