🐛(frontend) fix modal overflow when stopping processors in join screen

Fixes visual glitch where processor termination caused height increase
beyond modal boundaries, ensuring consistent modal dimensions
regardless of processor state changes.
This commit is contained in:
lebaudantoine
2025-09-02 14:21:01 +02:00
committed by aleb_the_flash
parent fac0c53123
commit cfa68d0eb4

View File

@@ -180,6 +180,8 @@ export const EffectsConfiguration = ({
width: '100%',
aspectRatio: 16 / 9,
position: 'relative',
overflow: 'hidden',
borderRadius: '8px',
})}
>
{videoTrack && !videoTrack.isMuted ? (