Skip to content

Commit

Permalink
Fix the scrolling behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Jan 19, 2024
1 parent e44a1b7 commit adf0454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/layout/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
color: $gray-800;
background: $white;
flex-grow: 1;
overflow: hidden;
overflow: auto;
margin: 0;
margin-top: $header-height;
@include break-medium() {
Expand Down

0 comments on commit adf0454

Please sign in to comment.