From e2a7543fdeadbb02035daf55ee7baaee818c46f9 2013-10-27 20:29:58 From: Matthias Bussonnier Date: 2013-10-27 20:29:58 Subject: [PATCH] Merge pull request #4423 from damianavila/fix_prog [Reveal] Fix progress bar and scrolling bug. --- diff --git a/IPython/nbconvert/templates/slides_reveal.tpl b/IPython/nbconvert/templates/slides_reveal.tpl index 0534bff..ac43d39 100644 --- a/IPython/nbconvert/templates/slides_reveal.tpl +++ b/IPython/nbconvert/templates/slides_reveal.tpl @@ -62,6 +62,9 @@ html { .reveal.fade { opacity: 1; } +.reveal .progress { + position: static; +} div.input_area { padding: 0.06em; }