Skip to content

Commit

Permalink
fix: chat controls not showing in portrait
Browse files Browse the repository at this point in the history
  • Loading branch information
raviteja83 committed Mar 2, 2024
1 parent 8ffd3c5 commit b75087b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export const VideoStreamingSection = ({
.with({ isLandscapeHLSStream: true }, () => '1 1 0')
.with({ isMobileHLSStream: true }, () => '2 1 0')
.otherwise(() => undefined),
position: 'relative',
height: !isMobileHLSStream ? '100%' : undefined,
maxHeight: '100%',
'&:empty': { display: 'none' },
Expand Down

0 comments on commit b75087b

Please sign in to comment.