Skip to content

Commit

Permalink
Update root element width in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
NwinNwin committed Feb 11, 2024
1 parent 03a0cd8 commit ca08fc9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@
</head>
<body style="overflow: hidden">
<noscript> You need to enable JavaScript to run this app. </noscript>
<div id="root" style="height: 100vh; position: fixed; top: 0"></div>
<div
id="root"
style="height: 100vh; position: fixed; top: 0; width: 100%"
></div>
</body>
</html>

0 comments on commit ca08fc9

Please sign in to comment.