forked from github/cinny
Fixes roomheader layout in calls
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user