mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-13 03:03:54 +01:00
Fix root min-height being over 100vh with padding
It was causing a very small scrollable content.
This commit is contained in:
parent
ea2f53e3b4
commit
4bd67113c1
@ -101,6 +101,7 @@ const useStyles = makeStyles((theme: Theme) =>
|
|||||||
display: "block",
|
display: "block",
|
||||||
padding: "8px",
|
padding: "8px",
|
||||||
minHeight: "100vh",
|
minHeight: "100vh",
|
||||||
|
boxSizing: 'border-box',
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user