diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-31 16:56:16 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-31 16:56:16 -0400 |
| commit | b2005d4f63110ef876180b7b038b298e100b0e9c (patch) | |
| tree | 61a26effa5e61e6b3659209dae7b66d6adb05bc3 /deploy | |
| parent | 28b904a0a1d8a5d90f128b4487aba047b69bfd70 (diff) | |
fixed scrolling of browser when following a link in nested web page that leads to another palce within that web page
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> |
