fixed doc for shapes demo

This commit is contained in:
Orion Reed 2024-12-06 16:38:45 -05:00
parent cb50240f20
commit 0aae04a8af
1 changed files with 3 additions and 0 deletions

View File

@ -6,7 +6,10 @@
<title>Shapes</title>
<style>
html {
width: 100%;
height: 100%;
position: fixed;
overflow: hidden;
}
body {