1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-04-13 00:51:58 +02:00

fix overview when zoom transition is active (#196)

This commit is contained in:
Hakim El Hattab 2012-10-20 13:46:19 -04:00
parent da40cf2172
commit d84aeeb9ae

View 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);
}