9 lines
431 B
HTML
9 lines
431 B
HTML
<!-- That file is not particularly elegant. This will need a refactor at some point. -->
|
|
<div class="hide-child foreground-text links-foreground-text">
|
|
<div id='tooltip-wrapper' class="bg-white br4 shadow-solid-accent lh-copy dn o-0 pa3 w6 f6 absolute z-2 child">
|
|
<div id='tooltip-content' class="relative overflow-hidden note-contents">
|
|
</div>
|
|
<div id="tooltip-source" class="f7 light-silver"></div>
|
|
</div>
|
|
</div>
|