Skip to content

Commit 52723a8

Browse files
authored
Disallow scrolling the block preview. (#63558)
1 parent c5626bd commit 52723a8

File tree

1 file changed

+1
-1
lines changed
  • packages/edit-site/src/components/global-styles

1 file changed

+1
-1
lines changed

packages/edit-site/src/components/global-styles/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@
112112
.edit-site-global-styles__block-preview-panel {
113113
position: relative;
114114
width: 100%;
115-
overflow: auto;
116115
border: $gray-200 $border-width solid;
117116
border-radius: $radius-block-ui;
117+
overflow: hidden;
118118
}
119119

120120
.edit-site-global-styles__shadow-preview-panel {

0 commit comments

Comments
 (0)