diff --git a/web/dist/index.html b/web/dist/index.html index 508c071..36137e5 100644 --- a/web/dist/index.html +++ b/web/dist/index.html @@ -1,3 +1,4 @@ + diff --git a/web/dist/main.css b/web/dist/main.css index 344f5bb..8c37293 100644 --- a/web/dist/main.css +++ b/web/dist/main.css @@ -1,5 +1,14 @@ body { margin: 0; + height: 100%; +} + +html { + height: 100%; +} + +#root { + height: 100%; } *, :after, :before {