mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-06 15:30:27 +03:00
Fixes roomheader layout in calls
This commit is contained in:
parent
5a5f144e20
commit
d602631986
1 changed files with 2 additions and 3 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue