Skip to content

Commit 050401f

Browse files
authored
Raise Hand bug fix (#4589)
* raisee hand * Change files
1 parent fd4a6aa commit 050401f

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "patch",
3+
"area": "fix",
4+
"workstream": "Raise Hand",
5+
"comment": "Fix bug where raise hand's height is the height of video til",
6+
"packageName": "@azure/communication-react",
7+
"email": "[email protected]",
8+
"dependentChangeType": "patch"
9+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "patch",
3+
"area": "fix",
4+
"workstream": "Raise Hand",
5+
"comment": "Fix bug where raise hand's height is the height of video til",
6+
"packageName": "@azure/communication-react",
7+
"email": "[email protected]",
8+
"dependentChangeType": "patch"
9+
}

Diff for: packages/react-components/src/components/styles/VideoTile.styles.ts

+2-1
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)