Skip to content

Commit

Permalink
Hardcoding scroll margins
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Hayward committed Nov 24, 2023
1 parent c21998c commit fea8b96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/edit-site/src/components/style-book/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ const STYLE_BOOK_IFRAME_STYLES = `
padding: 16px;
width: 100%;
box-sizing: border-box;
scroll-margin-top: var(--wp--style--root--padding-top);
scroll-margin-bottom: var(--wp--style--root--padding-bottom);
scroll-margin-top: 32px;
scroll-margin-bottom: 32px;
}
.edit-site-style-book__example.is-selected {
Expand Down

0 comments on commit fea8b96

Please sign in to comment.