fix(virtual-background): Prevent buttons repositioning on click action.
This commit is contained in:
parent
a3b88c5a4e
commit
5de6ef4a1b
|
@ -201,3 +201,7 @@
|
|||
top: 40%;
|
||||
left: 45%;
|
||||
}
|
||||
|
||||
.dialog-margin-top{
|
||||
margin-top: 44px;
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue