MISC: Use camel case for CSS properties (#1353)

This commit is contained in:
catloversg 2024-06-06 08:18:19 +07:00 committed by GitHub
parent 304a918cc9
commit 30a6419b11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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",