work around iframe flicker in 3d transitions
This commit is contained in:
parent
7d19b4f7ce
commit
85043645ec
2 changed files with 5 additions and 1 deletions
|
@ -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,
|
||||
|
|
2
css/reveal.min.css
vendored
2
css/reveal.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue