Skip to content

Commit

Permalink
Fix web demo
Browse files Browse the repository at this point in the history
  • Loading branch information
zakarumych committed Aug 12, 2024
1 parent 36a090a commit 003705c
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,20 @@
<style type="text/css">
body {
overflow: hidden;
margin: 0;
margin: 0 !important;
padding: 0 !important;
height: 100%;
width: 100%;
}
canvas {
margin-right: auto;
margin-left: auto;
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
</style>

Expand Down

0 comments on commit 003705c

Please sign in to comment.