From 0281961d4db54b07cd6ad76f00b069cbe208855b 2013-06-15 04:17:52 From: damianavila Date: 2013-06-15 04:17:52 Subject: [PATCH] Added overflow-y to the slides. --- 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%;