diff --git a/src/editor.scss b/src/editor.scss index 512fd0fa2..e3a92c318 100644 --- a/src/editor.scss +++ b/src/editor.scss @@ -178,3 +178,8 @@ $block-joined: #{ join($blocks, (), $separator: comma) }; padding: 2px; } } + +// WP 6.3 prevents our sticky feature from working +.edit-post-visual-editor { + overflow: visible; +}