diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-07-13 01:58:13 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-07-13 01:58:13 -0400 |
commit | 40dbd220ef0170098bed4da8d6f3b2727190654e (patch) | |
tree | 47b6cedb3fe3086c4b04d195e540ea7da100f590 | |
parent | c2d1360d6568c60017622c5f325755d98a55d49d (diff) |
fixed copyText to not mess up document.body layout
-rw-r--r-- | deploy/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/index.html b/deploy/index.html index 29a3f15cd..82e8c53a3 100644 --- a/deploy/index.html +++ b/deploy/index.html @@ -8,7 +8,7 @@ <script src="https://cdnjs.cloudflare.com/ajax/libs/typescript/3.3.1/typescript.min.js"></script> </head> -<body> +<body style="display:flex"> <!-- <script src="https://hypothes.is/embed.js" async></script> --> <div id="root" style="position:relative;width:100%;height:100%"></div> <script src="/bundle.js"></script> |