Skip to content

Commit

Permalink
Disallow scrolling the block preview.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Jul 15, 2024
1 parent 294b98e commit ce522bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/global-styles/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@
.edit-site-global-styles__block-preview-panel {
position: relative;
width: 100%;
overflow: auto;
border: $gray-200 $border-width solid;
border-radius: $radius-block-ui;
overflow: hidden;
}

.edit-site-global-styles__shadow-preview-panel {
Expand Down

0 comments on commit ce522bb

Please sign in to comment.