Skip to content

Commit

Permalink
fix: screenshare tile not taking full width (#2013)
Browse files Browse the repository at this point in the history
  • Loading branch information
raviteja83 authored Oct 3, 2023
1 parent b65b984 commit 7d6bbd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/roomkit-react/src/Prebuilt/layouts/SidePane.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const SidePane = ({
<VideoTile
peerId={activeScreensharePeerId}
trackId={trackId}
width="100%"
height={225}
rootCSS={{ p: 0, alignSelf: 'start', flexShrink: 0 }}
{...tileLayout}
Expand Down

0 comments on commit 7d6bbd5

Please sign in to comment.