diff options
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 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> |
