diff --git a/public/index.html b/public/index.html index 76c45953..cdba85b4 100644 --- a/public/index.html +++ b/public/index.html @@ -104,6 +104,13 @@ body { overflow: hidden; + width: 100%; + height: 100%; + } + + body.iframe { + position: fixed; + top: 0; } a { @@ -132,5 +139,11 @@ To create a production bundle, use `npm run build` or `yarn build`. --> + \ No newline at end of file