Skip to content

Commit

Permalink
Set body margin to 0 in demo index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
zakarumych committed Jan 22, 2024
1 parent e1c133e commit fb49b37
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@

<head>
<link data-trunk rel="copy-file" href="../logo.svg" />
<style type="text/css">
body {
overflow: hidden;
margin: 0;
}
</style>

</head>

<body style="overflow:hidden">
<body>
<canvas id="egui_snarl_demo"></canvas>
</body>

Expand Down

0 comments on commit fb49b37

Please sign in to comment.