diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-14 12:40:36 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-14 12:40:36 -0500 |
| commit | 35bba40b9e473f200452a1ba2a14b898fe7c3cc9 (patch) | |
| tree | 12be424caf70025a5d20a394ce823db488127f3f /deploy | |
| parent | d3623e17ae881b50f712d259a18c4304f1bd0d24 (diff) | |
| parent | fcc7d375deb197854367ec40691fe0e72fba74f5 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into anika_linking
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 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> |
