Skip to content

Commit

Permalink
Fix: Scrollbar in site editor. (#48822)
Browse files Browse the repository at this point in the history
* Fix: Scrollbar in site editor.

* Fix issue with save panel.
  • Loading branch information
jasmussen authored Mar 7, 2023
1 parent e2e96cf commit 54d43c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/edit-site/src/components/layout/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
}

.edit-site-layout__content {
height: 100%;
flex-grow: 1;
display: flex;
}
Expand Down
5 changes: 4 additions & 1 deletion packages/edit-site/src/components/sidebar/style.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
.edit-site-sidebar__content {
flex-grow: 1;
overflow-y: auto;
@include custom-scrollbars-on-hover;

.components-navigator-screen {
@include custom-scrollbars-on-hover;
}
}

.edit-site-sidebar__footer {
Expand Down

1 comment on commit 54d43c4

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 54d43c4.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4353304943
📝 Reported issues:

Please sign in to comment.