Skip to content

Commit

Permalink
Merge pull request #24408 from yoshi2no/fix/horizontal-scroll-bar/yos…
Browse files Browse the repository at this point in the history
…hi2no

UI: Fix horizontal scroll bar in Canvas hidden by styling
  • Loading branch information
cdedreuille authored Nov 7, 2023
2 parents c4ad73c + 17117ec commit de2e9b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/ui/blocks/src/components/Preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ const ChildrenContainer = styled.div<PreviewProps & { layout: Layout }>(
layout === 'centered' || layout === 'padded'
? {
padding: '30px 20px',
margin: -10,
'& .innerZoomElementWrapper > *': {
width: 'auto',
border: '10px solid transparent!important',
Expand Down

0 comments on commit de2e9b8

Please sign in to comment.