Skip to content

Commit

Permalink
fix(Safari): top border radius and right scrollbar are hidden by over…
Browse files Browse the repository at this point in the history
…lapping element
  • Loading branch information
chybisov committed Jul 6, 2022
1 parent fa5c590 commit ff4f2a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/widget/src/components/AppContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const ScrollableContainer = styled(Box)({
height: '100%',
flex: 1,
display: 'flex',
zIndex: 0,
});

const FlexContainer = styled(Container)({
Expand Down

0 comments on commit ff4f2a6

Please sign in to comment.