diff options
author | Hakim El Hattab | 2013-07-10 08:59:07 -0400 |
---|---|---|
committer | Hakim El Hattab | 2013-07-10 08:59:07 -0400 |
commit | 85043645ecb502006dd978a4eac73a67e9e26d52 (patch) | |
tree | b8da25f248c18c27a6e48ca0e027f68df73c386d /css/reveal.css | |
parent | 7d19b4f7ce2ab3fd7880d0f60b1c147d44808f0c (diff) |
work around iframe flicker in 3d transitions
Diffstat (limited to 'css/reveal.css')
-rw-r--r-- | css/reveal.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/reveal.css b/css/reveal.css index ad55cf8..2bfd123 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -205,6 +205,10 @@ body { font-style: italic; } +.reveal iframe { + z-index: 1; +} + /* Ensure certain elements are never larger than the slide itself */ .reveal img, .reveal video, |