Wrap dialog in div with styling.
This commit is contained in:
@@ -250,7 +250,11 @@ class Room extends React.PureComponent
|
|||||||
}
|
}
|
||||||
else if (!room.joined)
|
else if (!room.joined)
|
||||||
{
|
{
|
||||||
return (<JoinDialog />);
|
return (
|
||||||
|
<div className={classes.root}>
|
||||||
|
<JoinDialog />
|
||||||
|
</div>
|
||||||
|
);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user