Skip to content

Commit

Permalink
Fix the always showing horizontal scroll bar 😅
Browse files Browse the repository at this point in the history
  • Loading branch information
assafmo authored Nov 19, 2020
1 parent c34f53e commit 1cb6aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<meta name="description" content="Rock Paper Scissors game for Secret Network" />
<title>Secret Rock Paper Scissors</title>
</head>
<body>
<body style="overflow-x: hidden;">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
Expand Down

0 comments on commit 1cb6aeb

Please sign in to comment.