mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
Fix root min-height being over 100vh with padding
It was causing a very small scrollable content.
This commit is contained in:
@@ -101,6 +101,7 @@ const useStyles = makeStyles((theme: Theme) =>
|
|||||||
display: "block",
|
display: "block",
|
||||||
padding: "8px",
|
padding: "8px",
|
||||||
minHeight: "100vh",
|
minHeight: "100vh",
|
||||||
|
boxSizing: 'border-box',
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user