diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-06-24 01:46:42 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-06-24 01:46:42 -0400 |
| commit | 9e37056e3b1e5412e2eca9020841a56503f70d32 (patch) | |
| tree | 4e93b0cfc61b432ba97f3a4f96f70d991535ad49 /deploy | |
| parent | 1e582397fe3d659c547218dbf0e146ac9bb781ff (diff) | |
changed richTextMenu to dock at top of window. fixed ColorBox to set foreground color of selected text.
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 fdfd77cc2..e441e3610 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"></div> + <div id="root" style="position:relative"></div> <script src="/bundle.js"></script> </body> |
