##// END OF EJS Templates
Merge pull request #182 from damianavila/overflow_y...
Matthias Bussonnier -
r10969:f9de36d9 merge
parent child Browse files
Show More
@@ -36,7 +36,9 b' document.write( \'<link rel="stylesheet" href="reveal.js/css/print/\' + ( window.l'
36 <style type="text/css">
36 <style type="text/css">
37 /* Overrides of notebook CSS for static HTML export */
37 /* Overrides of notebook CSS for static HTML export */
38 .reveal {
38 .reveal {
39 font-size: 20px;
39 font-size: 20px;
40 overflow-y: auto;
41 overflow-x: hidden;
40 }
42 }
41 .reveal pre {
43 .reveal pre {
42 width: 98%;
44 width: 98%;
General Comments 0
You need to be logged in to leave comments. Login now