Skip to content

Commit

Permalink
fix: remove box-sizing for container
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Sep 28, 2022
1 parent 30f0f0c commit c56ba98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/widget/src/components/AppContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const RelativeContainer = styled(Box, {
background: theme.palette.background.default,
overflow: 'auto',
flex: 1,
boxSizing: 'border-box',
zIndex: 0,
}));

Expand Down

0 comments on commit c56ba98

Please sign in to comment.