Wrap dialog in div with styling.
parent
4f3387b73c
commit
819bd64948
|
|
@ -250,7 +250,11 @@ class Room extends React.PureComponent
|
|||
}
|
||||
else if (!room.joined)
|
||||
{
|
||||
return (<JoinDialog />);
|
||||
return (
|
||||
<div className={classes.root}>
|
||||
<JoinDialog />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue