aboutsummaryrefslogtreecommitdiff
path: root/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js
index 07c50bc..431e139 100644
--- a/src/index.js
+++ b/src/index.js
@@ -13,7 +13,6 @@ import Scoreboard from "./components/Scoreboard/Scoreboard";
const useStyles = makeStyles(theme => ({
root: {
- padding: theme.spacing(2),
},
}));
@@ -57,4 +56,5 @@ const App = () => {
);
};
+document.body.style.overflow = "hidden";
ReactDOM.render(<App />, document.getElementById('root'));