fix(virtual-background): Prevent buttons repositioning on click action.

This commit is contained in:
tudordan7 2022-01-17 13:45:12 +02:00 committed by Saúl Ibarra Corretgé
parent a3b88c5a4e
commit 5de6ef4a1b
2 changed files with 5 additions and 1 deletions

View File

@ -201,3 +201,7 @@
top: 40%;
left: 45%;
}
.dialog-margin-top{
margin-top: 44px;
}

View File

@ -397,7 +397,7 @@ function VirtualBackground({
showLabel = { previewIsLoaded }
storedImages = { storedImages } />}
<div
className = 'virtual-background-dialog'
className = { `virtual-background-dialog${previewIsLoaded ? '' : ' dialog-margin-top'}` }
role = 'radiogroup'
tabIndex = '-1'>
<Tooltip