rustwasm / book

The Rust and WebAssembly Book
https://rustwasm.github.io/docs/book/
MIT License
1.73k stars 208 forks source link

Remove default body margin to remove scrollbars #213

Open jonknapp opened 4 years ago

jonknapp commented 4 years ago

Summary

The default css for rending the <body> makes the page scroll up and down. This will remove browser's default spacing to allow the 100% property to not go outside of the browser window bounds.

https://rustwasm.github.io/docs/book/game-of-life/implementing.html#rendering-with-javascript