aboutsummaryrefslogtreecommitdiff
path: root/editor/footnotes.ml
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2022-02-07 16:09:50 +0100
committerSébastien Dailly <sebastien@dailly.me>2022-02-07 16:43:33 +0100
commit37485464a4da41462fc285d03229221f44860397 (patch)
tree38e9969c62e865ba7d9e258eb8c5d22172496ded /editor/footnotes.ml
parent7c23b96ce5634550341b9554eda9d7c89a79e3c0 (diff)
Changed the application structure in the editor
Diffstat (limited to 'editor/footnotes.ml')
-rwxr-xr-xeditor/footnotes.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/footnotes.ml b/editor/footnotes.ml
index a3ba9cd..794171f 100755
--- a/editor/footnotes.ml
+++ b/editor/footnotes.ml
@@ -136,7 +136,7 @@ let footnote_view
method _open =
(* Append a tooltip to the outer node *)
let tooltip = El.div []
- ~at:At.([class' (Jstr.v "footnote-tooltip")]) in
+ ~at:At.([class' (Jstr.v "popin")]) in
El.append_children _self##.dom
[ tooltip ];