From ea8fbb930fa3c6a4b5628c9a8c8d3594f14a714a Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Sun, 1 Feb 2015 15:05:58 +0100 Subject: [PATCH] position tooltip in #site Fixes #7654. As the position may be calculated for some browser differently because of the translate-Z hack. --- IPython/html/templates/notebook.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/html/templates/notebook.html b/IPython/html/templates/notebook.html index d84c2b4b2..9d4cc0cea 100644 --- a/IPython/html/templates/notebook.html +++ b/IPython/html/templates/notebook.html @@ -290,10 +290,10 @@ data-notebook-path="{{notebook_path}}"
+
- {% endblock %}