From d47fe318c0e06662a261b68a1f2ddc400164c10c 2014-05-28 21:45:44 From: Ramiro Gómez Date: 2014-05-28 21:45:44 Subject: [PATCH] Change z-index of ipython_tooltip I experienced the problem stated in #5755. Giving the ipython_tooltip class a higher z-index indeed solves the problem. I intentionally set it to a high value so it likelier remains on top when styles are changed in the future. --- diff --git a/IPython/html/static/notebook/less/tooltip.less b/IPython/html/static/notebook/less/tooltip.less index ba49433..9f6d2fa 100644 --- a/IPython/html/static/notebook/less/tooltip.less +++ b/IPython/html/static/notebook/less/tooltip.less @@ -117,7 +117,7 @@ }; position: absolute; - z-index: 2; + z-index: 1000; .tooltiptext { pre {