mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
MISC: Use camel case for CSS properties (#1353)
This commit is contained in:
parent
304a918cc9
commit
30a6419b11
@ -77,8 +77,8 @@ const htmlLocation = location;
|
||||
|
||||
const useStyles = makeStyles()((theme: Theme) => ({
|
||||
root: {
|
||||
"-ms-overflow-style": "none" /* for Internet Explorer, Edge */,
|
||||
"scrollbar-width": "none" /* for Firefox */,
|
||||
msOverflowStyle: "none" /* for Internet Explorer, Edge */,
|
||||
scrollbarWidth: "none" /* for Firefox */,
|
||||
margin: theme.spacing(0),
|
||||
flexGrow: 1,
|
||||
padding: "8px",
|
||||
|
Loading…
Reference in New Issue
Block a user