diff options
| author | Alon Levy <alon@pobox.com> | 2014-12-07 22:09:06 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-12-07 22:09:21 +0200 |
| commit | 57968de847be82c2b62d37eed6a4a53f38dd17d1 (patch) | |
| tree | 003d6747a114e2cc58372229efa08460806056bd /index.html | |
| parent | 66ca09ab3cc50c3de5d8aabfcfc0a5d0bc196bd2 (diff) | |
workaround for disappearing non-fixed-or-absolute-divs on input change for foreign element descendant
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ </head> <body> + <div id="chromeinputbugworkaround" style="position:fixed; top:0px; left:0px; width:100%"> <span id="measure-node" class="graph nodetext" style="position: absolute; display: inline; top: -300px; left: 0px;">suicide squade, attack!</span> <span id="measure-link" class="graph linklabel" style="position: absolute; display: inline; top: -300px; left: 0px;">those who are about to cry, we kaput you.</span> <div class="top-bar"> |
