mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
Merge pull request #7655 from Carreau/position-tooltip
position tooltip in #site
This commit is contained in:
commit
c0b5621732
@ -290,10 +290,10 @@ data-notebook-path="{{notebook_path}}"
|
||||
<div id="ipython-main-app">
|
||||
<div id="notebook_panel">
|
||||
<div id="notebook"></div>
|
||||
<div id='tooltip' class='ipython_tooltip' style='display:none'></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id='tooltip' class='ipython_tooltip' style='display:none'></div>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user