diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-06-28 17:02:08 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-06-28 17:02:08 -0400 |
| commit | 777030e88d177daa1f61365c22b945b8808ec61a (patch) | |
| tree | 0e03fb85b8df64367b6eae36cacf42430ace408c /deploy/index.html | |
| parent | b79b5ebfd4f8ea8b4ae793e59f05b5bfe79b9b8a (diff) | |
| parent | 7a78bc39fa2b005d67499bcd6baf19b9dce0eb18 (diff) | |
Merge branch 'master' into 3D_carousel
Diffstat (limited to 'deploy/index.html')
| -rw-r--r-- | deploy/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deploy/index.html b/deploy/index.html index be0658da2..29a3f15cd 100644 --- a/deploy/index.html +++ b/deploy/index.html @@ -9,8 +9,8 @@ </head> <body> - <script src="https://hypothes.is/embed.js" async></script> - <div id="root"></div> + <!-- <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> </body> |
