diff --git a/.gitignore b/.gitignore index 587e4ec..8da68ed 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules .cache -dist \ No newline at end of file +dist +.idea \ No newline at end of file diff --git a/index.html b/index.html index 30ed52f..76d77fd 100644 --- a/index.html +++ b/index.html @@ -14,10 +14,19 @@ } canvas{ display: block; + position: absolute; + inset: 0; + } + .loading{ + height: 100%; + width: 100%; + background: #000; + position: relative; }
+