##// END OF EJS Templates
Updating Ace to dev master to fix bug....
Updating Ace to dev master to fix bug. * The editor won't get focus on some browsers (Chrome/FF on Linux and Safari on Mac). Latest dev master seems better but the issue still shows up sometimes. Adding a manual window.resizeBy fixes this for now.

File last commit:

r5878:b0954abb
r5905:30216760
Show More
printnotebook.css
5 lines | 197 B | text/css | CssLexer
body { overflow: visible !important; }
div#notebook { overflow: visible !important; }
.ui-widget-content { border: 0px; }
#save_widget {margin: 0px !important;}
#header {display: none !important;}