diff options
| author | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-06-25 12:01:16 -0700 |
|---|---|---|
| committer | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-06-25 12:01:16 -0700 |
| commit | a7c1aaa0600a01d25b6525d4ae17f1a5086847d0 (patch) | |
| tree | 5f42df8110af8cda0055005d3a7f0c38a3060301 /deploy/index.html | |
| parent | db92851456f168affcdbd4053b38e7b9f6b7a97d (diff) | |
| parent | a5b836e647f8c356c4b4d37b2cdcd4fa38459b80 (diff) | |
Merge branch 'mobile_revision_direct' of https://github.com/browngraphicslab/Dash-Web into mobile_revision_direct
Diffstat (limited to 'deploy/index.html')
| -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 fdfd77cc2..29a3f15cd 100644 --- a/deploy/index.html +++ b/deploy/index.html @@ -10,7 +10,7 @@ <body> <!-- <script src="https://hypothes.is/embed.js" async></script> --> - <div id="root"></div> + <div id="root" style="position:relative;width:100%;height:100%"></div> <script src="/bundle.js"></script> </body> |
