Skip to content

Commit

Permalink
Fix extra scrollbar when a popover extends past the viewport. (#62894)
Browse files Browse the repository at this point in the history
Co-authored-by: tellthemachines <isabel_brison@git.wordpress.org>
Co-authored-by: talldan <talldanwp@git.wordpress.org>
  • Loading branch information
3 people authored Jun 27, 2024
1 parent 69edb24 commit 22c835b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/components/visual-editor/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 22c835b

Please sign in to comment.