Fix height of custom page (#336)
This commit is contained in:
parent
8e7c8adab8
commit
c24b42eaad
@ -21,7 +21,7 @@ export default function CustomRoomConnection(props: {
|
||||
}
|
||||
|
||||
return (
|
||||
<main data-lk-theme="default">
|
||||
<main data-lk-theme="default" style={{ height: '100%' }}>
|
||||
<VideoConferenceClientImpl liveKitUrl={liveKitUrl} token={token} codec={codec} />
|
||||
</main>
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user