From: Hakim El Hattab Date: Sat, 20 Oct 2012 17:46:19 +0000 (-0400) Subject: fix overview when zoom transition is active (#196) X-Git-Tag: 2.1.0~22 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d84aeeb9ae6eefea28c65a523140bc29f21902ee;p=reveal.js.git fix overview when zoom transition is active (#196) --- diff --git a/css/reveal.css b/css/reveal.css index 4d0bfa2..c355cc4 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -1013,7 +1013,8 @@ body { padding: 20px 0; max-height: 600px; overflow: hidden; - opacity: 1; + opacity: 1!important; + visibility: visible!important; cursor: pointer; background: rgba(0,0,0,0.1); }