Skip to content

Commit

Permalink
fix: blur overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
raviteja83 authored Sep 5, 2023
1 parent e551771 commit 3119e96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/roomkit-react/src/VideoTile/StyledVideoTile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const Container = styled('div', {
width: '100%',
height: '100%',
position: 'relative',
overflow: 'hidden',
borderRadius: '$2',
display: 'flex',
justifyContent: 'center',
Expand Down

0 comments on commit 3119e96

Please sign in to comment.