diff options
| author | Melissa Zhang <mzhang19096@gmail.com> | 2020-09-30 22:01:44 -0600 |
|---|---|---|
| committer | Melissa Zhang <mzhang19096@gmail.com> | 2020-09-30 22:01:44 -0600 |
| commit | 09aab9558a26a2d7c8e3d485aca578960af72821 (patch) | |
| tree | b53bdc6f2fcb269b74a097f56bfeec248e7f918b /deploy | |
| parent | bd827b97c719abeadf243ba4f8b2ba417badb65b (diff) | |
| parent | 852ddf70b7ed3d027eb5cb8415df4df77b8652a6 (diff) | |
pull from master
Diffstat (limited to 'deploy')
| -rw-r--r-- | deploy/assets/pinWithView.png | bin | 0 -> 89557 bytes | |||
| -rw-r--r-- | deploy/assets/presTrails.png | bin | 0 -> 39720 bytes | |||
| -rw-r--r-- | deploy/index.html | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/deploy/assets/pinWithView.png b/deploy/assets/pinWithView.png Binary files differnew file mode 100644 index 000000000..eb0d09689 --- /dev/null +++ b/deploy/assets/pinWithView.png diff --git a/deploy/assets/presTrails.png b/deploy/assets/presTrails.png Binary files differnew file mode 100644 index 000000000..804075318 --- /dev/null +++ b/deploy/assets/presTrails.png diff --git a/deploy/index.html b/deploy/index.html index b99ca040d..282acc0ce 100644 --- a/deploy/index.html +++ b/deploy/index.html @@ -11,7 +11,7 @@ <body style="display:flex" id="dash-body"> <!-- <script src="https://hypothes.is/embed.js" async></script> --> - <div id="root" style="position:relative;width:100%;height:100%"></div> + <div id="root" style="position:absolute;width:100%;height:100%;overflow: hidden;"></div> <script src="/bundle.js"></script> </body> |
