mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 23:53:48 +01:00
Merge pull request #2559 from MartinFournier/fix/root-height
Fix root min-height being over 100vh with padding
This commit is contained in:
commit
27a09cfbed
@ -101,6 +101,7 @@ const useStyles = makeStyles((theme: Theme) =>
|
||||
display: "block",
|
||||
padding: "8px",
|
||||
minHeight: "100vh",
|
||||
boxSizing: 'border-box',
|
||||
},
|
||||
}),
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user