Skip to content

Commit

Permalink
fix: workbench styles [BAU-944] (#2236)
Browse files Browse the repository at this point in the history
* fix: prevent workbench from adding scroll to the whole page

* chore: changelog
  • Loading branch information
bgutsol committed Sep 16, 2022
1 parent fc44b40 commit b0677fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/pretty-hotels-roll.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@contentful/f36-workbench': patch
---

Fix Workbench styles to prevent additional scroll on a page
1 change: 1 addition & 0 deletions packages/components/workbench/src/Workbench.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ export const getWorkbenchStyles = () => ({
height: '100%',
width: '100%',
overflow: 'hidden',
position: 'relative',
}),
});

1 comment on commit b0677fe

@vercel
Copy link

@vercel vercel bot commented on b0677fe Sep 16, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.