Skip to content

Commit b68fb86

Browse files
authored
raisee hand (#4590)
1 parent 08bef41 commit b68fb86

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/react-components/src/components/styles/VideoTile.styles.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ export const raiseHandContainerStyles = (theme: ITheme, limitedSpace: boolean):
151151
margin: '0.5rem',
152152
width: 'fit-content',
153153
position: 'absolute',
154-
top: 0
154+
top: 0,
155+
height: 'fit-content'
155156
},
156157
limitedSpace && raiseHandLimitedSpaceStyles
157158
);

0 commit comments

Comments
 (0)