Size board correctly so it does not scroll if no BottomBar
Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
This commit is contained in:
parent
ca1e2af6cb
commit
eee064ed57
@ -1076,7 +1076,9 @@ class Table extends React.Component {
|
||||
active={this.state.buildActive}
|
||||
disabled={!game || !game.turn || !game.turn.roll}
|
||||
table={this} type={`${color}`}/>
|
||||
</div>}
|
||||
</div>
|
||||
}
|
||||
{ player === undefined && <div className="BottomBar"></div>}
|
||||
</div>
|
||||
|
||||
{ game && <div className={'Game ' + game.state}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user