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

pull/10806/head
tudordan7 3 years ago committed by Saúl Ibarra Corretgé
parent a3b88c5a4e
commit 5de6ef4a1b
  1. 4
      css/modals/virtual-background/_virtual-background.scss
  2. 2
      react/features/virtual-background/components/VirtualBackgroundDialog.js

@ -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…
Cancel
Save