mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
Adjust infil root height so it isn't scrollable
This commit is contained in:
parent
9ea62981de
commit
d4f3128829
@ -23,7 +23,7 @@ export function InfiltrationRoot(props: IProps): React.ReactElement {
|
||||
}
|
||||
|
||||
return (
|
||||
<div style={{ display: "flex", alignItems: "center", height: "100vh" }}>
|
||||
<div style={{ display: "flex", alignItems: "center", height: "calc(100vh - 16px)" }}>
|
||||
{start ? (
|
||||
<Game
|
||||
StartingDifficulty={startingSecurityLevel}
|
||||
|
Loading…
Reference in New Issue
Block a user