##// END OF EJS Templates
Added overflow-y to the slides.
damianavila -
Show More
@@ -37,6 +37,8 b' document.write( \'<link rel="stylesheet" href="reveal.js/css/print/\' + ( window.l'
37 37 /* Overrides of notebook CSS for static HTML export */
38 38 .reveal {
39 39 font-size: 20px;
40 overflow-y: auto;
41 overflow-x: hidden;
40 42 }
41 43 .reveal pre {
42 44 width: 98%;
General Comments 0
You need to be logged in to leave comments. Login now