mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-18 16:57:47 +00:00
fix(virtual-background): Prevent buttons repositioning on click action.
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
a3b88c5a4e
commit
5de6ef4a1b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user