fix overview when zoom transition is active (#196)
authorHakim El Hattab <hakim.elhattab@gmail.com>
Sat, 20 Oct 2012 17:46:19 +0000 (13:46 -0400)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Sat, 20 Oct 2012 17:46:19 +0000 (13:46 -0400)
css/reveal.css

index 4d0bfa2c8dfc686d89429f117149bf9790c0f886..c355cc4f3233ce72b956763e74f6d52e1673ecc0 100644 (file)
@@ -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);
 }