diff --git a/nbconvert/templates/reveal.tpl b/nbconvert/templates/reveal.tpl index df9fc73..27228d3 100644 --- a/nbconvert/templates/reveal.tpl +++ b/nbconvert/templates/reveal.tpl @@ -36,7 +36,9 @@ document.write( ' /* Overrides of notebook CSS for static HTML export */ .reveal { - font-size: 20px; +font-size: 20px; +overflow-y: auto; +overflow-x: hidden; } .reveal pre { width: 98%;