Fixes roomheader layout in calls

This commit is contained in:
Gigiaj 2025-04-17 10:22:02 -05:00
parent 5a5f144e20
commit d602631986

View file

@ -163,12 +163,11 @@ export function PersistentCallContainer({ isVisible }: PersistentCallContainerPr
)} )}
<Box <Box
grow="Yes"
direction="Column" direction="Column"
style={{ height: '100%', width: '100%', overflow: 'hidden' }} style={{ position: 'relative', height: '100%', width: '100%', overflow: 'hidden' }}
> >
{activeCallRoomId && room && ( {activeCallRoomId && room && (
<Box grow="No"> <Box direction="Column" style={{ width: '100%' }}>
<PowerLevelsContextProvider value={null}> <PowerLevelsContextProvider value={null}>
<RouteSpaceProvider> <RouteSpaceProvider>
<SpaceRouteRoomProvider> <SpaceRouteRoomProvider>