diff --git a/packages/editor/src/components/visual-editor/style.scss b/packages/editor/src/components/visual-editor/style.scss index f340f9f1313e3..b7fbf882a897b 100644 --- a/packages/editor/src/components/visual-editor/style.scss +++ b/packages/editor/src/components/visual-editor/style.scss @@ -19,7 +19,7 @@ // In the iframed canvas this keeps extra scrollbars from appearing (when block toolbars overflow). In the // legacy (non-iframed) canvas, overflow must not be hidden in order to maintain support for sticky positioning. - .is-iframed { + &.is-iframed { overflow: hidden; }