##// 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:

r15899:6af177f5
r16807:d47fe318
Show More
quickhelp.less
15 lines | 214 B | text/x-less | LessCssLexer
.quickhelp {
.hbox();
}
.shortcut_key {
display: inline-block;
width: 20ex;
text-align: right;
font-family: @monoFontFamily;
}
.shortcut_descr {
display: inline-block;
.box-flex1();
}