From f9de36d938c11a5289131a44057df4f9645cd931 2013-06-16 11:27:37 From: Matthias Bussonnier Date: 2013-06-16 11:27:37 Subject: [PATCH] Merge pull request #182 from damianavila/overflow_y 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%;