diff options
| author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-06-24 21:13:49 +0530 |
|---|---|---|
| committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-06-24 21:13:49 +0530 |
| commit | c578b8956e6cb39023625f6e1187b3d9a69f40fe (patch) | |
| tree | f964c0af0e2d32b8d8cdff3f06c841c9a712ed3d /deploy | |
| parent | 0a6736b6874430ff3b7ba5802b33579385318fb6 (diff) | |
| parent | 7e02ca22f9667d0bdb89b29da3c412ba52976fbf (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into acls_uv
Diffstat (limited to 'deploy')
| -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 e441e3610..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" style="position:relative"></div> + <div id="root" style="position:relative;width:100%;height:100%"></div> <script src="/bundle.js"></script> </body> |
