##// END OF EJS Templates
Change z-index of ipython_tooltip...
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.

File last commit:

r15633:387e6394
r16807:d47fe318
Show More
style_noapp.less
10 lines | 276 B | text/x-less | LessCssLexer
@import "variables.less";
@import "ansicolors.less";
@import "cell.less";
@import "codecell.less";
@import "codemirror.less";
@import "highlight.less";
@import "outputarea.less";
@import "renderedhtml.less";
@import "textcell.less";
@import "../../widgets/less/widgets.less";