Fix group call video alignment in RTL
This commit is contained in:
parent
ec71342691
commit
c5e1270208
1 changed files with 2 additions and 1 deletions
|
@ -258,7 +258,8 @@ export const GroupCallRemoteParticipant: React.FC<PropsType> = React.memo(
|
||||||
|
|
||||||
if ('top' in props) {
|
if ('top' in props) {
|
||||||
containerStyles.position = 'absolute';
|
containerStyles.position = 'absolute';
|
||||||
containerStyles.transform = `translate(${props.left}px, ${props.top}px)`;
|
containerStyles.insetInlineStart = `${props.left}px`;
|
||||||
|
containerStyles.top = `${props.top}px`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue