Skip to content

Commit

Permalink
Fix body style not applied
Browse files Browse the repository at this point in the history
  • Loading branch information
lindlof committed Dec 9, 2020
1 parent 5fabdb4 commit b737def
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion web/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Rock Paper Scissors game for Secret Network" />
<style>
body {
overflow-x: hidden;
}
</style>
<title>Secret Rock Paper Scissors</title>
</head>
<body style="overflow-x: hidden;">
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
Expand Down

0 comments on commit b737def

Please sign in to comment.